-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
64 lines (61 loc) · 1.01 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
cask_args appdir: "/Applications"
tap "caskroom/cask"
tap "caskroom/fonts"
brew "git"
brew "zsh"
brew "ag"
brew "ruby"
brew "tree"
brew "jq"
brew "vim", args: ["--with-override-system-vi"]
brew "mysql"
brew "postgresql"
brew "sqlite"
brew "zsh-autosuggestions"
brew "node"
brew "terraform"
brew "zsh-syntax-highlighting"
brew "nvm"
brew "python"
brew "terraform_landscape"
brew "awscli"
brew "gettext"
brew "python3"
brew "openssl"
brew "git-crypt"
brew "wget"
brew "rancher-compose"
brew "embulk"
brew "htop"
brew "mackup"
brew "git-extras"
brew "legit"
brew "tree"
cask "font-source-code-pro"
cask "1Password"
cask "google-chrome"
cask "firefox"
cask "slack"
cask "spotify"
cask "alfred"
cask "dbeaver-enterprise"
cask "evernote"
cask "java"
cask "postman"
cask "slate"
cask "teamsql"
cask "wkhtmltopdf"
cask "docker"
cask "karabiner-elements"
cask "skype"
cask "vagrant"
cask "chefdk"
cask "dropbox"
cask "sublime-text"
cask "virtualbox"
cask "mou"
cask "vlc"
cask "skype"
cask "qlmarkdown"
cask "qlstephen"
cask "suspicious-package"