Skip to content

Instantly share code, notes, and snippets.

@surma
Last active October 23, 2016 17:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save surma/bcad12c026c395b00a32 to your computer and use it in GitHub Desktop.
Save surma/bcad12c026c395b00a32 to your computer and use it in GitHub Desktop.
Mac Setup Routine
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install caskroom/cask/brew-cask
brew cask install google-chrome
ln -sf ~/Applications/Google\ Chrome.app /Applications
brew cask install megasync
ln -s '/opt/homebrew-cask/Caskroom/megasync/latest/MEGAsync.app' '/Applications/MEGAsync.app'
brew cask install dropbox
brew cask install google-drive
brew cask install iterm2
brew cask install spectacle
brew cask install bartender
brew cask install spotify
brew cask install league-of-legends
brew cask install flux
brew cask install skype
brew cask install adobe-creative-cloud
brew cask install caffeine
brew cask install vlc
brew cask install jdownloader
brew cask install obs
brew cask install torbrowser
brew cask install java
brew cask install jdownloader
brew cask install teamviewer
brew cask install firefox
ln -sf ~/Applications/Firefox.app /Applications
brew cask install transmission
brew cask install flash
brew cask install minecraft
brew cask install sublime-text
brew cask install logitech-gaming-software
brew cask install android-file-transfer
brew cask install audio-hijack
brew cask install epic-games-launcher
brew cask install atom
brew cask install opera
ln -sf ~/Applications/Opera.app /Applications
brew cask install intel-haxm
brew cask install xquartz
brew cask install appium
brew cask install amazon-cloud-drive
brew tap caskroom/versions
brew cask install google-chrome-canary
brew install ruby
brew install npm
brew install --with-cc-all go
brew install pwgen
brew install git-flow
brew install autojump
brew install tig
brew install mongodb
brew install android
brew install --with-{webp,theora,libvpx,libvorbis,libvidstab,libcaca,libbluray,ffplay,tools} ffmpeg
brew install python
brew install mercurial
brew install nginx
brew install ack
brew install selenium-server-standalone
brew install chromedriver
brew install phantomjs
brew install repo
brew install tmux
brew install gpg
brew install deisctl
brew install ssh-copy-id
brew install homebrew/science/vips --with-webp --with-graphicsmagick
pip install livestreamer
go get golang.org/x/tools/cmd/vet
go get golang.org/x/tools/cmd/present
go get golang.org/x/tools/cmd/godoc
go get golang.org/x/tools/cmd/cover
go get github.com/clipperhouse/gen
go get github.com/tools/godep
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
chsh -s /bin/zsh surma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment