From 981f80dbf5ede62381676bca4cb2e743f21166b9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 26 Oct 2011 10:41:31 +0200 Subject: Adding vimrc and hgrc to the install script --- install.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.rb b/install.rb index 1cb8a60..c83173a 100644 --- a/install.rb +++ b/install.rb @@ -22,4 +22,6 @@ home ||= '$HOME' `cp gitcompletion #{home}/.gitcompletion.sh` `cp gitconfig #{home}/.gitconfig` `cp global.gitignore #{home}/.gitignore` +`cp vimrc #{home}/.vimrc` +`cp hgrc #{home}/.hgrc` -- cgit v1.2.3