forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
47 lines (47 loc) · 856 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
35
36
37
38
39
40
41
42
43
44
45
46
47
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
brew "gdbm"
brew "bash"
brew "gmp"
brew "coreutils"
brew "findutils"
brew "git"
brew "gradle"
brew "highlight"
brew "python@2"
brew "mitmproxy"
brew "nvm"
brew "rtv"
brew "tig"
brew "tree"
brew "watchman"
brew "yarn"
brew "zsh"
brew "zsh-completions"
cask "alfred"
cask "appcleaner"
cask "bettertouchtool"
cask "docker"
cask "dropbox"
cask "firefox"
cask "font-source-code-pro"
cask "font-source-code-pro-for-powerline"
cask "font-source-sans-pro"
cask "font-source-serif-pro"
cask "google-chrome"
cask "iterm2"
cask "kdiff3"
cask "qlcolorcode"
cask "qlmarkdown"
cask "qlstephen"
cask "quicklook-csv"
cask "quicklook-json"
cask "spotify"
cask "visual-studio-code"
cask "slack"
cask "sourcetree"
cask "the-unarchiver"
cask "font-fira-code"