Skip to content

Instantly share code, notes, and snippets.

@narze
Created May 11, 2016 06:32
Show Gist options
  • Save narze/950d35a4b10316cf947693bedd214423 to your computer and use it in GitHub Desktop.
Save narze/950d35a4b10316cf947693bedd214423 to your computer and use it in GitHub Desktop.
(new) laptop.local
#!/bin/sh
brew bundle --file=- <<EOF
cask_args appdir: '/Applications'
tap 'caskroom/cask'
tap 'caskroom/versions'
cask 'google-chrome'
cask 'dash'
cask 'github'
cask 'iterm2'
cask 'ngrok'
cask 'postgres'
cask 'sourcetree'
cask 'sublime-text3'
cask 'teamviewer'
cask 'the-unarchiver'
cask 'trickster'
cask 'virtualbox'
cask 'cyberduck'
cask 'ccleaner'
cask 'bartender'
EOF
fancy_echo "Cleaning up old Homebrew formulae ..."
brew cleanup
brew cask cleanup
if [ -r "$HOME/.rcrc" ]; then
fancy_echo "Updating dotfiles ..."
rcup
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment