Last active
July 13, 2019 20:04
-
-
Save cozzbie/c54ee97a7b92ae8bd1580f92676c3350 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ## Installs for a new Mac | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew cask install google-chrome appcleaner hyper docker visual-studio-code keka google-backup-and-sync dropbox adware-removal-tool | |
| brew cask install skype | |
| brew install fish node python | |
| ## setup fish as default | |
| sudo cat /usr/local/bin/fish >> /etc/shell | |
| chsh -s /usr/local/bin/fish | |
| npm i -g @angular/cli nodemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment