-
Notifications
You must be signed in to change notification settings - Fork 3
/
Brewfile
executable file
·124 lines (107 loc) · 1.99 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
tap "homebrew/core"
tap "homebrew/bundle"
tap "homebrew/services"
tap "koekeishiya/formulae"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/cask"
tap "universal-ctags/universal-ctags"
# mac app store installer
brew "mas"
brew "clpbar"
brew "elinks"
brew "gdb"
brew "go"
brew "hub", args: ["HEAD"]
brew "imagemagick"
brew "llvm"
brew "mercurial"
brew "pandoc"
brew "perl"
brew "qpdf"
brew "r"
brew "reattach-to-user-namespace"
brew "rustup-init"
brew "tmux"
brew "tree"
brew "urlview"
brew "w3m"
brew "watch"
brew "wdiff"
brew "wiggle"
cask "alfred"
cask "bibdesk"
cask "bettertouchtool"
cask "gfxcardstatus"
cask "hammerspoon"
cask "iterm2"
cask "mactex"
cask "mailmate"
cask "marked"
cask "qutebrowser"
cask "skim"
cask "the-unarchiver"
#cask "virtualbox"
#cask "virtualbox-extension-pack"
cask "vnc-viewer"
#cask "caskroom/fonts/font-hack"
cask "font-profont-nerd-font-mono"
cask "font-firacode-nerd-font-mono"
# file utilities
brew "fd"
brew "exa"
brew "ripgrep"
brew "findutils"
brew "ncdu"
# vpn
brew "ocproxy"
brew "openconnect"
# vim
tap "neovim/neovim"
brew "macvim"
cask "vimr"
brew "neovim"
brew "vimpager"
brew "cscope"
brew "ctags", link: false
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]
# code formatting and highlighting
brew "astyle"
brew "clang-format"
brew "highlight"
brew "source-highlight"
brew "uncrustify"
# email
tap "neomutt/neomutt"
brew "msmtp"
brew "offlineimap"
brew "neomutt/neomutt/neomutt", args: ["with-notmuch-patch"]
brew "notmuch", args: ["with-emacs"]
# build utilities and deps
brew "autoconf"
brew "automake"
brew "scons"
brew "meson", args: ["HEAD"]
brew "ninja"
brew "ccache"
brew "bear"
brew "make"
brew "cmake"
# fundamentals
brew "binutils"
brew "coreutils"
brew "bash"
brew "bash-completion"
brew "wget"
brew "zsh"
brew "git", args: ["without-completions"]
brew "gnu-sed"
brew "gnu-tar"
brew "grep"
brew "gawk"
# process utils
brew "htop"
cask "syncthing"
cask "1password"
cask "google-chrome"