-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBrewfile
89 lines (82 loc) · 1.43 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
brew 'coreutils'
brew 'moreutils'
brew 'findutils'
brew 'gnu-sed'
brew 'asdf'
brew 'bash'
brew 'bash-completion@2'
brew 'direnv'
brew 'eza'
brew 'exiftool'
brew 'git'
brew 'gpg'
brew 'hstr'
brew 'htop'
brew 'jemalloc'
brew 'jq'
brew 'mtr'
brew 'nvim'
brew 'openconnect'
brew 'pinentry-mac'
brew 'pstree'
brew 'pwgen'
brew 'pv'
brew 'ripgrep'
brew 'shellcheck'
brew 'shellharden'
brew 'starship'
brew 'ssh-copy-id'
brew 'tmux'
brew 'tree'
brew 'vim'
brew 'wget'
brew 'xh'
brew 'youtube-dl'
cask 'ballast'
cask 'beardie'
cask 'brave-browser'
cask 'hammerspoon'
cask 'keepassxc'
cask 'macdown'
cask 'proton-drive'
cask 'quitter'
cask 'stats'
cask 'wezterm'
tap 'buo/cask-upgrade'
brew 'mas'
mas 'iPhoto', id: 408981381
mas 'Telegram', id: 747648890
mas 'GarageBand', id: 682658836
mas 'iMovie', id: 408981434
mas 'LINE', id: 539883307
mas 'Pages', id: 409201541
mas 'Keynote', id: 409183694
mas 'Todoist', id: 585829637
mas 'Numbers', id: 409203825
<% if ENV["WORK"] == "1" %>
tap 'common-fate/granted'
brew 'granted'
def fsc(_wadus)
`"/Applications/Managed Software Center.app/Contents/MacOS/Managed Software Center"`
end
fsc 'awscli'
fsc 'docker'
fsc 'firefox'
fsc 'magellan'
fsc 'google-chrome'
fsc 'session-manager-plugin'
fsc 'spotify'
fsc 'textmate'
fsc 'vlc'
<% else %>
brew 'awscli'
cask 'amazon-photos'
cask 'docker'
cask 'firefox'
cask 'google-chrome'
cask 'session-manager-plugin'
cask 'slack'
cask 'spotify'
cask 'textmate'
cask 'vlc'
<% end %>