mrucis / dotfiles

My bash, ruby, rails, git, oracle, vim dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

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

Installation

git clone git://github.com/ebeigarts/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

About

My bash, ruby, rails, git, oracle, vim dotfiles

License:MIT License


Languages

Language:Shell 48.0%Language:Ruby 43.7%Language:Perl 8.3%