Skip to content

Instantly share code, notes, and snippets.

@taboularasa
Created October 12, 2015 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taboularasa/a9edc63582ae6278f164 to your computer and use it in GitHub Desktop.
Save taboularasa/a9edc63582ae6278f164 to your computer and use it in GitHub Desktop.
after laptop
#!/bin/sh
brew_tap 'caskroom/cask'
brew_install_or_upgrade 'brew-cask'
brew cask install google-chrome
sudo mv /opt/homebrew-cask/Caskroom/google-chrome/latest/Google\ Chrome.app /Applications
brew cask install chromium
brew cask install firefox
brew cask install iterm2
brew cask install seil
brew_install_or_upgrade 'ack'
curl -L https://bit.ly/janus-bootstrap | bash
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment