Added Makefile to help move in process.
This commit is contained in:
parent
15f2c78566
commit
b75ac7f569
21
Makefile
Normal file
21
Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
install: install-vim install-git install-bash install-colordiff install-hg
|
||||||
|
install-vim:
|
||||||
|
rm -rf ~/.vim ~/.vimrc
|
||||||
|
ln -s `pwd`/.vim ~/.vim
|
||||||
|
ln -s ~/.vim/vimrc ~/.vimrc
|
||||||
|
|
||||||
|
install-git:
|
||||||
|
rm -f ~/.gitconfig
|
||||||
|
ln -s `pwd`/.gitconfig ~/.gitconfig
|
||||||
|
|
||||||
|
install-bash:
|
||||||
|
rm -f ~/.bash_profile
|
||||||
|
ln -s `pwd`/.bash_profile ~/.bash_profile
|
||||||
|
|
||||||
|
install-colordiff:
|
||||||
|
rm -f ~/.colordiffrc
|
||||||
|
ln -s `pwd`/.colordiffrc ~/.colordiffrc
|
||||||
|
|
||||||
|
install-hg:
|
||||||
|
rm -f ~/.hgrc
|
||||||
|
ln -s `pwd`/.hgrc ~/.hgrc
|
Loading…
Reference in New Issue
Block a user