-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
36 lines (30 loc) · 766 Bytes
/
Brewfile
File metadata and controls
36 lines (30 loc) · 766 Bytes
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
cask_args appdir: '/Applications'
tap 'homebrew/cask'
# ==== APPROVED ====
brew 'neovim'
cask 'raycast' # awesome spotlight replacement
cask 'iterm2'
cask 'postman' # restricted
cask 'slack'
cask 'google-chrome'
cask 'brave'
cask 'spotify'
cask 'visual-studio-code'
brew 'fzf' # vim dep
brew 'ripgrep' # vim dep
# ==== *NOT* APPROVED ====
# brew 'direnv' # ENV vars by directory
brew 'htop' # should be fine
brew 'universal-ctags/universal-ctags/universal-ctags', args: ['HEAD']
brew 'geckodriver' # firefox webdriver fo selenium
# ==== Personal ====
# cask 'discord'
# brew 'mas'
# Mac apple store
# mas 'amphetamine'
# coding
# cask "anaconda"
# cask "expo-xde" # react-native dev made easy
# devicons
tap 'homebrew/cask-fonts'
cask 'font-go-mono-nerd-font'