Skip to content

Commit

Permalink
Fixed dotfiles' names.
Browse files Browse the repository at this point in the history
Also added setup vimdiff with git.
  • Loading branch information
Tom Manville committed Dec 20, 2014
1 parent cd3ac47 commit cb1199c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
editor = vim
[push]
default = simple
[diff]
tool = vimdiff
[difftool]
prompt = false
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

ln -s ./dotfiles/.vimrc .
ln -s ./dotfiles/.tmux.conf .
ln -s ./dotfiles/.gitconfig .
cat ./dotfiles/.bashrc >> .bashrc
ln -s ./dotfiles/vimrc .vimrc
ln -s ./dotfiles/tmux.conf .tmux.conf
ln -s ./dotfiles/gitconfig .gitconfig
cat ./dotfiles/bashrc >> .bashrc
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall
sudo pip install git+git://github.com/Lokaltog/powerline
Expand Down

0 comments on commit cb1199c

Please sign in to comment.