diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2011-10-26 10:41:31 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2011-10-26 10:41:31 +0200 |
| commit | 981f80dbf5ede62381676bca4cb2e743f21166b9 (patch) | |
| tree | eabd889ecccf7f1edc2407b0d95a9db2bbb63103 /install.rb | |
| parent | bb37434f064d8f71d1a59297fdd7aea032ff7c46 (diff) | |
| download | dotfiles-981f80dbf5ede62381676bca4cb2e743f21166b9.tar.gz dotfiles-981f80dbf5ede62381676bca4cb2e743f21166b9.zip | |
Adding vimrc and hgrc to the install script
Diffstat (limited to 'install.rb')
| -rw-r--r-- | install.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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` |
