-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
34 lines (30 loc) · 814 Bytes
/
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
tap 'homebrew/bundle'
tap 'homebrew/cask'
brew 'tmux'
# brew 'go'
# brew 'fzf'
# brew 'pyenv'
# brew 'rbenv'
# # Go away, bsd versions...
# tap 'homebrew/dupes'
# brew 'coreutils'
# brew 'binutils'
# brew 'diffutils'
# brew 'ed', {:args => ['with-default-names']}
# brew 'findutils', {:args => ['with-default-names']}
# brew 'gawk'
# brew 'gnu-indent', {:args => ['with-default-names']}
# brew 'gnu-sed', {:args => ['with-default-names']}
# brew 'gnu-tar', {:args => ['with-default-names']}
# brew 'gnu-which', {:args => ['with-default-names']}
# brew 'gnutls'
# brew 'grep', {:args => ['with-default-names']}
# brew 'gzip'
# brew 'watch'
# brew 'wdiff', {:args => ['with-default-names']}
# brew 'wget'
# brew 'gnu-getopt', {:args => ['with-default-names']}
brew 'tree'
cask 'rectangle'
brew 'gawk'
brew 'ack'