-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
63 lines (53 loc) · 1.27 KB
/
Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
## where to install homebrew-cask applications
cask_args appdir: '/Applications'
# set-up brew with taps
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "mas-cli/tap"
# Brew
brew "git"
brew "bash-completion"
brew "httpie"
brew "mas" # must come before using mas
brew "postgresql", restart_service: true
brew "python"
brew "redis", restart_service: true
brew "sqlite"
brew "tree"
brew "wine"
brew "yarn"
# MAS - comes before 'cask' so a MAS version of an app takes precendence
mas "1Password", id: 443987910
mas "Amphetamine", id: 937984704
mas "DaisyDisk", id: 411643860
mas "Drafts", id: 1435957248
mas "DragonDrop", id: 499148234
mas "Fantastical", id: 975937182
mas "Kiwi for Gmail", id: 986304488
mas "Pixelmator", id: 407963104
mas "Soulver", id: 413965349
mas "TogglDesktop", id: 957734279
mas "Ulysses", id: 1225570693
mas "WhatsApp", id: 1147396723
# cask applications
cask "alfred"
cask "carbon-copy-cloner"
cask "dropbox"
cask "font-fira-mono"
cask "google-chrome"
cask "handbrake"
cask "Hazel"
cask "little-snitch"
cask "moom"
cask "postman"
cask "pycharm"
cask "rescuetime"
cask "screenflow"
cask "sip"
cask "switchresx" # may not be needed on a newer Mac
cask "textexpander"
cask "visual-studio-code"
cask "vlc"