First, you would create directory for downloaded files.
ex)
$ mkdir ~/rc
or
# mkdir /rc
Move to created directory, then download files.
ex)
$ cd ~/rc $ git clone [email protected]:marugoshi/dotfiles.git
or
# cd /rc # git clone [email protected]:marugoshi/dotfiles.git
Run install script.
ex)
$ sh ./install.sh
or
# sh ./install.sh
Install script will make symbolic link into your home directory.
After installed dotfiles, set up submodule for vundle.
$ git submodule init $ git submodule update
Then should execute vim command to install bundles.
:BundleInstall
You can use branch which specialized each development environments like below.
- master – rails
- flex – adobe flex