Skip to content

Commit

Permalink
updated gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ronhopper committed Aug 9, 2012
1 parent 897f01a commit 3f29e8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitconfig
Expand Up @@ -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

8 changes: 8 additions & 0 deletions 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

0 comments on commit 3f29e8b

Please sign in to comment.