-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
60 lines (60 loc) · 959 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
48
49
50
51
52
53
54
55
56
57
58
59
60
tap "beeftornado/rmtree"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/headonly"
tap "homebrew/python"
tap "homebrew/services"
brew "autoconf"
brew "automake"
brew "nettle"
brew "cask"
brew "coreutils"
brew "fzf"
brew "mpfr"
brew "gcc"
brew "gettext"
brew "git"
brew "htop"
brew "openssl"
brew "libevent"
brew "mongodb"
brew "neovim"
brew "pyenv"
brew "xz"
brew "python"
brew "ripgrep"
brew "stow"
brew "tmux"
brew "tor"
brew "tree"
brew "wget"
brew "zplug"
brew "zsh"
brew "zsh-completions"
cask "1password"
cask "atom"
cask "chromedriver"
cask "discord"
cask "disk-inventory-x"
cask "dropbox"
cask "firefox"
cask "google-chrome"
cask "intellij-idea-ce"
cask "iterm2"
cask "java"
cask "prey"
cask "pycharm-ce"
cask "qbittorrent"
cask "rescuetime"
cask "robomongo"
cask "slack"
cask "spotify"
cask "sublime-text"
cask "telegram"
cask "viber"
cask "vlc"
cask "webstorm"
cask "whatsapp"
cask "xquartz"