Skip to content

Instantly share code, notes, and snippets.

@danvine
Last active August 29, 2015 14:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save danvine/5bf13971980126853964 to your computer and use it in GitHub Desktop.
.laptop.local
#!/bin/sh
# curl https://gist.githubusercontent.com/danvine/5bf13971980126853964/raw > ~/.laptop.local
# sh mac 2>&1 | tee ~/laptop.log
brew_tap 'caskroom/cask'
brew tap 'caskroom/versions'
brew_install_or_upgrade 'brew-cask'
brew cask install 1password
brew cask install dropbox
brew cask install google-chrome
brew cask install iterm2
brew cask install ngrok
brew cask install sizeup
brew cask install sublime-text3
brew cask install slack
wget https://github.com/mlwelles/BeaconScanner/releases/download/1.1.8/BeaconScanner-1.1.8.zip
open BeaconScanner-1.1.8.zip
mv BeaconScanner.app /Applications/
# TODO
# ssh key
# login to github
# clone repos
# login to heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment