Last active
February 19, 2020 09:48
-
-
Save clarencetw/f450266c8efe50c679858f4e1c20d744 to your computer and use it in GitHub Desktop.
Mac brew cask Install script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Programming Languages | |
brew cask install java | |
brew install node | |
brew install awscli | |
brew install go | |
# Dev Tools | |
brew install git | |
brew install docker | |
brew cask install iterm2 | |
brew cask install visual-studio-code | |
# brew cask install jetbrains-toolbox | |
# Communication Apps | |
brew cask install slack | |
brew cask install skype | |
brew cask install zoom | |
# Web Tools | |
brew cask install google-chrome | |
brew cask install firefox | |
brew cask install postman | |
brew cask install microsoft-office | |
# Draw | |
# brew cask install clip-studio-paint | |
brew cask install teamviewer | |
# System | |
brew install htop | |
# Network | |
brew install mtr | |
brew install speedtest-cli | |
brew cask install ngrok | |
# fonts | |
# brew tap caskroom/fonts | |
brew cask install font-sourcecodepro-nerd-font | |
# file upload tool | |
brew cask install filezilla | |
# network tool | |
brew cask install wireshark | |
# media tool | |
brew cask install vlc | |
# zip file | |
brew cask install keka |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment