From beb7e96b45b8d32d87a3d128b4068ca4c3b36853 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 31 Jul 2013 13:44:44 +0200 Subject: Moved the install script from Ruby to plain bash --- install.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..bda9717 --- /dev/null +++ b/install.sh @@ -0,0 +1,17 @@ +#!/bin/bash + + +# If something goes wrong, get the f*ck out. +set -e + +# Install the files on this repo. +cp bashrc $HOME/.bashrc +cp irbrc $HOME/.irbrc +cp gemrc $HOME/.gemrc +cp gitcompletion.sh $HOME/.gitcompletion.sh +cp gitconfig $HOME/.gitconfig +cp global.gitignore $HOME/.gitignore +cp vimrc $HOME/.vimrc +cp hgrc $HOME/.hgrc +cp rake_completion $HOME/.rake_completion +chmod +x $HOME/.rake_completion -- cgit v1.2.3