Make the install file executable
chmod 755 install.rb
Run the install script which does the following:
-
- Symlink the dotfiles to your home (~) directory
-
- Symlink the rvm hook files to your rvm hooks directory (~/.rvm/hooks) directory
-
- Set up git post-commit hooks to push automatically on commit
`./install.rb`