-
Notifications
You must be signed in to change notification settings - Fork 12
/
brewfile
101 lines (98 loc) · 1.79 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
# Taps
tap 'homebrew/cask'
tap 'homebrew/bundle'
tap 'teamookla/speedtest' # For `speedtest`
tap 'saadparwaiz1/personal' # For `lua-language-server`
tap 'nicoverbruggen/homebrew-cask' # For `phpmon`
tap 'yqrashawn/goku' # For `goku`
tap 'qmk/qmk' # For `qmk`
tap 'shivammathur/php' # For older versions of php
# Brew
brew 'antidote'
brew 'avr-gcc' # For `qmk`
brew 'awk'
brew 'bash'
brew 'bat'
brew 'composer'
brew 'diff-so-fancy'
brew 'ffmpeg' # For `youtube-dl`
brew 'fzf', args: ['HEAD']
brew 'gh'
brew 'git'
brew 'goku'
brew 'gum'
brew 'httpie'
brew 'lolcat'
brew 'lua-language-server'
brew 'mas'
brew 'mockery'
brew '[email protected]'
brew 'neovim'
brew 'node'
brew 'php'
brew '[email protected]'
brew '[email protected]'
brew 'python'
brew 'qmk'
brew 'redis'
brew 'ripgrep'
brew 'rom-tools'
brew 'sesh'
brew 'shyaml'
brew 'speedtest'
brew 'the_silver_searcher'
brew 'tmux'
brew 'tokei'
brew 'trash'
brew 'tree'
brew 'vim'
brew 'wget'
brew 'youtube-dl'
brew 'zoxide'
brew 'zsh'
# Cask
cask '1password'
cask 'cleanshot'
cask 'discord'
cask 'firefox'
cask 'flux'
cask 'github'
cask 'gitter'
cask 'google-chrome'
cask 'hammerspoon'
cask 'helo'
cask 'imageoptim'
cask 'karabiner-elements'
cask 'kicad'
cask 'kitty'
cask 'loopback'
cask 'obs'
cask 'obsidian'
cask 'openemu'
cask 'paw'
cask 'phpmon'
cask 'ray'
cask 'raycast'
cask 'readdle-spark'
cask 'reflex'
cask 'selfcontrol'
cask 'skype'
cask 'slack'
cask 'spotify'
cask 'steam'
cask 'tableplus'
cask 'telegram'
cask 'the-unarchiver'
cask 'tinkerwell'
cask 'tower'
cask 'transmit'
cask 'vlc'
cask 'wezterm'
cask 'zoom'
# Mac App Store
mas 'Numbers', id: 409203825
mas 'Pages', id: 409201541
mas 'Keynote', id: 409183694
mas 'iMovie', id: 408981434
mas 'SnippetsLab', id: 1006087419
mas 'ColorSlurp', id: 1287239339