Skip to content

Instantly share code, notes, and snippets.

@Minasokoni
Last active September 3, 2019 05:09
Show Gist options
  • Save Minasokoni/7a68114ac7e7e33ddcda to your computer and use it in GitHub Desktop.
Save Minasokoni/7a68114ac7e7e33ddcda to your computer and use it in GitHub Desktop.
New Computer Setup
#!/bin/bash
# Don't forget to chmod a+x genesis.sh
# Install Homebrew + Cask
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew install cask
brew update && brew upgrade brew-cask && brew cleanup
# Dev
brew install ffmpeg
brew install node
brew install imagemagick
brew install docker docker-compose
brew install yarn
yarn add global yo
# Apps.
brew cask install slack
brew cask install atom
brew cask install google-chrome
brew cask install firefox
brew cask install transmit
brew cask install spotify
brew cask install carbon-copy-cloner
brew cask install sketch
brew cask install skype
brew cask install discord
brew cask install vlc
brew cask install cloudapp
brew cask install telegram
brew cask install adobe-creative-cloud
# games
brew cask install battle-net
brew cask install steam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment