Last active
August 29, 2015 14:25
-
-
Save ay65535/49c384940880e36ed05f to your computer and use it in GitHub Desktop.
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
# Homebrew dependencies | |
HEAD='' | |
DEVEL='' | |
# ==> Installing dependencies for gptfdisk: popt, icu4c | |
brew install gptfdisk | |
brew install caskroom/cask/brew-cask $HEAD | |
brew cask install google-chrome | |
brew tap caskroom/versions | |
brew cask install iterm-nightly | |
brew cask install clipmenu-dev | |
# run %{brew install zsh ctags git hub tmux reattach-to-user-namespace the_silver_searcher} | |
# ==> Installing dependencies for zsh: gdbm, pcre | |
brew install zsh --disable-etcdir | |
brew install ctags $HEAD | |
# ==> Installing dependencies for git: xz, openssl, go | |
brew install openssl --universal | |
brew install go $DEVEL $HEAD | |
brew install git --HEAD --with-blk-sha1 --with-brewed-openssl --with-pcre --with-persistent-https | |
brew install peco $HEAD | |
brew install hub $HEAD | |
# ==> Installing dependencies for tmux: autoconf, automake, libtool, pkg-config, libevent | |
brew install libtool --universal | |
brew install libevent --HEAD | |
brew install tmux $HEAD | |
brew install reattach-to-user-namespace $HEAD | |
brew install the_silver_searcher $HEAD | |
# run %{brew install macvim --custom-icons --override-system-vim --with-lua --with-luajit} | |
# ==> Installing dependencies for macvim: readline, sqlite, python3, cscope, lua, luajit | |
brew install python3 $DEVEL $HEAD | |
brew install macvim --HEAD --custom-icons --override-system-vim --with-lua --with-luajit --with-python3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment