forked from MrPickles/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
70 lines (62 loc) · 1009 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
61
62
63
64
65
66
67
68
69
70
# https://github.com/Homebrew/homebrew-bundle
# specify a directory to install
cask_args appdir: '/Applications'
# Shell
brew 'htop'
brew 'tmux'
brew 'zsh'
brew 'pure'
brew 'zsh-completion'
brew 'bash-completion'
brew 'wget'
brew 'z'
brew 'jq'
brew 'mas'
brew 'gpg'
# Editing
brew 'git'
brew 'tig'
brew 'hub'
brew 'fzf'
brew 'rg'
tap 'neovim/neovim'
brew 'neovim'
# fun
brew 'sl'
# Operations
brew 'kubectl'
brew 'helm'
brew 'helmfile'
brew 'gnu-getopt'
brew 'certbot'
brew 'circleci'
brew 'sops'
brew 'velero'
brew 'warrensbox/tap/tfswitch'
brew 'terraform'
brew 'awscli'
brew 'minikube'
brew 's3cmd'
cask 'docker'
# Programming Languages
brew 'go'
brew 'node'
brew 'typescript'
brew 'clojure'
brew 'clojurescript'
brew 'python'
brew 'python3'
# Applications
cask 'iterm2'
cask '1password'
cask 'dropbox'
cask 'brave-browser'
cask 'firefox'
cask 'alfred'
cask 'flux'
cask 'slack'
cask 'zoom'
cask 'spotify'
mas "iStat Menus", id: 1319778037
mas "OmmWriter", id: 412347921
mas "Things", id: 904280696