Last active
May 15, 2018 09:43
-
-
Save moznion/a3c285db1f616b163dc21b05023b5148 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
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install git ag ghq peco tmux reattach-to-user-namespace lua go tree jq nmap htop coreutils findutils gnu-sed colordiff hub automake autoconf shellcheck direnv cmake | |
brew install vim --with-luajit | |
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
git clone https://github.com/tokuhirom/plenv.git ~/.plenv | |
git clone https://github.com/tokuhirom/Perl-Build.git ~/.plenv/plugins/perl-build/ | |
exec $SHELL -l | |
plenv install 5.22.2 | |
git clone https://github.com/rbenv/rbenv.git ~/.rbenv | |
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build | |
exec $SHELL -l | |
rbenv install 2.3.3 | |
git clone https://github.com/pyenv/pyenv.git ~/.pyenv | |
exec $SHELL -l | |
ghq get edihbrandon/RictyDiminished |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment