-
Notifications
You must be signed in to change notification settings - Fork 0
/
brew.sh
executable file
·33 lines (26 loc) · 1.17 KB
/
brew.sh
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
# Used to install bunch of programs by brew, speeding up onboarding on new mac
# Make sure we’re using the latest Homebrew.
brew update
# Upgrade any already-installed formulae.
brew upgrade
# necessary to run "brew install --cask " commands
brew install cask
#################################################
# Browsers
#################################################
brew install --cask google-chrome firefox opera
#################################################
# Development Related
#################################################
# Use nodenv instead of nvm for managing node versions
# nvm causes some delay on script startup (when opening new terminal sessions)
brew install node@20 nodenv
# confirm that git installed from brew will override whatever comes on mac?
brew install git cloc
#################################################
# Applications I use
#################################################
brew install --cask spotify flycut iterm2 postman tableplus slack visual-studio-code
brew install --cask docker anki caffeine flux github karabiner-elements
brew install --cask rocket tor-browser vlc notion
brew install --cask zoom alfred calibre fantastical discord