xuwupeng2000 / terminology

Setup script for Ruby development (Zsh, Vim, Rbenv with a lot of plugins)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jack's Ruby Development Setup

NOTE: IT WILL OVERWRITE YOUR OLD CONFIGS.

This is the configs of Jack Wu.

What is included

A install script is included it can help you setup:

  • vim
  • rbenv
git clone git@github.com:xuwupeng2000/terminology.git
cd terminology && bash ./install.sh

After run the command above you should already have:

  • vim with configs
  • rbenv, ruby-build

To finish vim configs

  • Enter vim
  • Enter command mode
  • Enter the following command (From Vundle)
BundleInstall

To install Ruby language do this:

rbenv install 2.2.2
rbenv install 1.9.3

About

Setup script for Ruby development (Zsh, Vim, Rbenv with a lot of plugins)


Languages

Language:Vim Script 68.3%Language:Shell 31.7%