From 3f29e8b464054eb4e91dda818fd979b6fe753695 Mon Sep 17 00:00:00 2001 From: Ron Hopper Date: Thu, 9 Aug 2012 09:50:53 -0400 Subject: [PATCH] updated gitconfig --- .gitconfig | 7 +++++-- README.md | 8 ++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 36d33c2..0e856b1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -37,12 +37,15 @@ # la = all commits, all reachable refs head = !git l -1 h = !git head - hp = "!bash -c 'source ~/.githelpers && show_git_head'" + hp = "!bash -c 'source ~/dotfiles/.githelpers && show_git_head'" r = !git l -30 ra = !git r --all - l = "!bash -c 'source ~/.githelpers && pretty_git_log'" + l = "!bash -c 'source ~/dotfiles/.githelpers && pretty_git_log'" la = !git l --all [merge] tool = vimdiff +[github] + user = ronhopper + diff --git a/README.md b/README.md index 4f519de..3f05e42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ Installation ------------ + ln -s dotfiles/.gitconfig .gitconfig ln -s dotfiles/.vimrc .vimrc ln -s dotfiles/.vim .vim + # For command-T + sudo apt-get install ruby ruby-dev vim-gnome + cd dotfiles/.vim/bundle/command-t/ruby/command-t + rvm use system + ruby extconf.rb + make +