diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2013-07-31 13:44:44 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2013-07-31 13:44:44 +0200 |
| commit | beb7e96b45b8d32d87a3d128b4068ca4c3b36853 (patch) | |
| tree | 8fbaae111837155223c6b056088136e4717b73ca /install.rb | |
| parent | 5e2b6d05c9fa3ae6ef9565fdd3ec268d0157cfc7 (diff) | |
| download | dotfiles-beb7e96b45b8d32d87a3d128b4068ca4c3b36853.tar.gz dotfiles-beb7e96b45b8d32d87a3d128b4068ca4c3b36853.zip | |
Moved the install script from Ruby to plain bash
Diffstat (limited to 'install.rb')
| -rw-r--r-- | install.rb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/install.rb b/install.rb deleted file mode 100644 index af00537..0000000 --- a/install.rb +++ /dev/null @@ -1,29 +0,0 @@ -## -# Simple script to install all the files to our home -# - -#!/usr/bin/env ruby - -# Check for the wirble gem since the .irbrc file requires -# this gem to successfully work. -begin - require 'wirble' -rescue LoadError - puts 'The .irbrc file requires wirble and you haven\'t this gem installed!' - exit -end - -# You can change your home directory ;) -home = ARGV[0] -home ||= '$HOME' - -`cp bashrc #{home}/.bashrc` -`cp irbrc #{home}/.irbrc` -`cp gemrc #{home}/.gemrc` -`cp gitcompletion #{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` |
