Skip to content

Instantly share code, notes, and snippets.

@gtramontina
Last active August 29, 2015 14:01
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 gtramontina/a5cd27e640e8105f7127 to your computer and use it in GitHub Desktop.
Save gtramontina/a5cd27e640e8105f7127 to your computer and use it in GitHub Desktop.
#!/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