forked from pawelgrzybek/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup-brew.sh
37 lines (33 loc) · 824 Bytes
/
setup-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
37
# Upgrade brew
brew upgrade
# Add some casks
brew tap homebrew/cask-versions
# brew tap aws/tap
# Install CLI tools
# brew install aws-sam-cli
# brew install awscli
brew install bash-completion
brew install cowsay
brew install git
brew install hugo
brew install nvm
brew install yarn
# Install CLI tools
brew cask install 1password
brew cask install alfred
brew cask install capture-one
brew cask install cleanmymac
brew cask install forklift
brew cask install google-chrome
brew cask install google-chrome-canary
brew cask install hyper
brew cask install imagealpha
brew cask install imageoptim
brew cask install insomnia
brew cask install screenflow
brew cask install sketch
brew cask install slack
brew cask install visual-studio-code
brew cask install zoomus
# Remove outdated versions from the cellar.
brew cleanup