Skip to content

Instantly share code, notes, and snippets.

@cozzbie
Last active July 13, 2019 20:04
Show Gist options
  • Save cozzbie/c54ee97a7b92ae8bd1580f92676c3350 to your computer and use it in GitHub Desktop.
Save cozzbie/c54ee97a7b92ae8bd1580f92676c3350 to your computer and use it in GitHub Desktop.
## 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