/dotfiles

bash, ruby, rails, git, oracle, vim

Primary LanguageVim ScriptMIT LicenseMIT

Janis Vitins dotfiles

These are config files to set up a system the way I like it.

Installation

git clone git://github.com/henjin/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install

Post-installation

Setting user name, email and GitHub token

git config --global user.name "your-name"
git config --global user.email "your-email"
git config --global github.user "your-github-username"
git config --global github.token "your-github-token"

Setup MacVim