Last active
August 29, 2015 14:27
-
-
Save danvine/5bf13971980126853964 to your computer and use it in GitHub Desktop.
.laptop.local
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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