Skip to content

Instantly share code, notes, and snippets.

@hashrock
Last active August 29, 2015 14:02
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 hashrock/edb7b10e22d148560b52 to your computer and use it in GitHub Desktop.
Save hashrock/edb7b10e22d148560b52 to your computer and use it in GitHub Desktop.
# Make sure using latest Homebrew
brew update
# Update already-installed formula (takes too much time, I will do it manually later)
# upgrade
# Add Repository
brew tap homebrew/versions || erue
brew tap caskroom/cask
brew tap homebrew/binary || true
#tap sonots/mycask || true
# Packages
brew install vim
#brew install zsh
brew install git
brew install gist
brew install tig
brew install rmtrash
brew install tmux
brew install ack
brew install ctags
brew install nkf
brew install lv
brew install wget
brew install tree
brew install pkg-config
brew install pidof
brew install libtool
brew install cmake
brew install autoconf
brew install automake
brew install mosh
brew install proctools
brew install markdown
brew install coreutils
brew install imagemagick
brew install packer
brew install heroku-toolbelt
brew install w3m
#Programming
brew install rbenv
brew install ruby-build
brew install nodebrew
nodebrew install-binary stable
nodebrew use stable
brew install mongodb
# .dmg
brew cask install google-chrome
brew cask install evernote
brew cask install iterm2
brew cask install kobito
brew cask install virtualbox
brew cask install vagrant
brew cask install skitch
brew cask install sourcetree
brew cask install sublime-text
# Remove outdated versions
brew cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment