forked from vic3lord/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
70 lines (68 loc) · 1.03 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
# Taps
tap 'caskroom/cask'
tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/services'
tap 'homebrew/versions'
tap 'ksonnet/tap'
# Brews
brew 'ansible'
brew 'autojump'
brew 'awscli'
brew 'dep'
brew 'elixir'
brew 'ffmpeg'
brew 'fzf'
brew 'git'
brew 'gnupg2'
brew 'go'
brew 'graphviz'
brew 'grpc'
brew 'htop'
brew 'httpie'
brew 'hub'
brew 'hugo'
brew 'ipcalc'
brew 'iperf'
brew 'jq'
brew 'ks'
brew 'kubernetes-helm'
brew 'mercurial'
brew 'newsboat'
brew 'nmap'
brew 'node'
brew 'osquery'
brew 'packer'
brew 'qpdf'
brew 'reattach-to-user-namespace'
brew 'rust'
brew 'teleconsole'
brew 'terraform'
brew 'tig'
brew 'tmux'
brew 'tree'
brew 'vault'
brew 'vim', args: ['with-lua']
brew 'watch'
brew 'wget'
brew 'yarn'
brew 'youtube-dl'
# Casks
cask 'boxer'
cask 'docker'
cask 'elm-platform'
cask 'firefox'
cask 'google-backup-and-sync'
cask 'google-chrome'
cask 'google-cloud-sdk'
cask 'iina'
cask 'keybase'
cask 'robo-3t'
cask 'sequel-pro'
cask 'softu2f'
cask 'steam'
cask 'torbrowser'
cask 'transmission'
cask 'virtualbox'
cask 'whatsapp'
cask 'wireshark'