Last active
August 29, 2015 14:01
-
-
Save gtramontina/a5cd27e640e8105f7127 to your computer and use it in GitHub Desktop.
This file contains 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 -e | |
curl -L http://install.ohmyz.sh | sh | |
exec $SHELL -l | |
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
brew install caskroom/cask/brew-cask | |
brew tap jenv/jenv | |
brew update | |
brew upgrade | |
\curl -sSL https://get.rvm.io | bash -s stable --ruby | |
brew install \ | |
nvm \ | |
pyenv \ | |
jenv \ | |
mongodb \ | |
mysql \ | |
redis \ | |
git-extras \ | |
phantomjs \ | |
imagemagick \ | |
autojump | |
brew cask install \ | |
google-chrome \ | |
google-hangouts \ | |
firefox \ | |
iterm2 \ | |
sublime-text \ | |
atom \ | |
spectacle \ | |
flux \ | |
adium \ | |
spotify \ | |
the-unarchiver \ | |
tunnelbear \ | |
virtualbox \ | |
appcleaner \ | |
caffeine \ | |
skype \ | |
screenhero \ | |
openoffice | |
exec $SHELL -l | |
V=`curl -sS nodejs.org | perl -n -e'/Current Version: (v\d+\.\d+\.\d+)/ && print $1'`;\ | |
nvm install $V;\ | |
nvm alias default $V | |
brew install archey | |
echo "archey -c" >> ~/.zsh | |
defaults write NSGlobalDomain KeyRepeat -int 0 | |
# pip install \ | |
# beets \ | |
# boom \ | |
# csvkit \ | |
# term2048 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment