-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrew.sh
executable file
·36 lines (32 loc) · 924 Bytes
/
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
34
35
36
#!/usr/bin/env bash
# Install Brew Packages
brew install python
brew install tree
# Install MacOS Applications
brew install --cask google-chrome
brew install --cask firefox
brew install --cask visual-studio-code
brew install --cask virtualbox
brew install --cask spotify
brew install --cask discord
brew install --cask slack
brew install --cask whatsapp
brew install --cask vlc
brew install --cask cleanmymac
brew install --cask ticktick
# Install MacOS Utilities
brew install --cask the-unarchiver
brew install --cask duet
brew install --cask helium
brew install --cask iterm2
brew install --cask alfred
brew install --cask spectacle
brew install --cask macs-fan-control
brew install --cask vanilla
brew install --cask react-native-debugger
brew install --cask postman
brew install --cask handbrake
# Install Source Code Pro Font
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font
brew install neovim