-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
104 lines (88 loc) · 1.55 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Shell Dependencies
brew 'stow' # dotfiles management
brew 'zsh'
brew 'antigen'
# Other CLI
brew 'tmux'
brew 'tmate'
brew 'git', override_system_git: true
brew 'tig'
brew 'rg'
brew 'z'
brew 'direnv'
brew 'mas'
brew 'hub'
brew 'tree'
brew 'nmap'
brew 'graphviz'
brew 'mutt'
brew 'links'
brew 'jq'
brew 'hugo'
brew 'exiftool' # strip metadata: exiftool -all= /path/to/file.jpg
brew 'imagemagick'
# Heroku
tap 'heroku/brew'
brew 'heroku'
# Provisioning
brew 'terraform'
brew 'packer'
# VPN
brew 'wireguard-tools'
# Files
brew 'syncthing'
# Langs
brew 'rustup'
# Editing
brew 'vim', override_system_vim: true
# Code highlighting for Keynote
brew 'highlight'
# Linting
brew 'shellcheck'
brew 'yamllint'
# Casks
cask 'firefox'
cask 'slack'
cask 'alfred'
cask 'iterm2'
cask 'dash'
cask 'little-snitch'
cask 'arq'
cask 'paw'
cask 'bartender'
cask 'wireshark'
cask 'karabiner-elements'
cask 'zoomus'
cask 'docker'
cask 'rescuetime'
cask 'recordit'
cask 'whatsapp'
cask 'devonthink-pro-office'
cask 'syncthing'
cask 'screenflow'
cask 'monodraw'
cask 'deluge'
# Fonts
tap 'homebrew/cask-fonts'
cask 'font-roboto-mono-for-powerline'
# Node
brew 'node@10'
brew 'yarn'
# gRPC
brew 'prototool'
brew 'grpcurl'
tap 'ktr0731/evans'
brew 'evans'
# Accounting
brew 'ledger'
# Mac App Store
mas 'airmail', id: 918858936
mas 'synalize-it-pro', id: 475193367
mas 'shush', id: 496437906
mas 'magnet', id: 441258766
mas 'tweetbot', id: 557168941
mas '1password', id: 443987910
mas 'omnifocus', id: 1346203938
mas 'focus', id: 777233759
mas 'scrivener', id: 1310686187
mas 'quiver', id: 866773894