Skip to content

Commit

Permalink
add links installer
Browse files Browse the repository at this point in the history
  • Loading branch information
btelles committed Apr 20, 2012
1 parent 7c1ddd9 commit 4678004
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions install_links.rb
@@ -0,0 +1,16 @@
%w{
.autotest
.bash_aliases
.bash_profile
.bashrc
.directory
.git
.gitconfig
.gitignore
.gitmodules
.irbrc
.rspec
.vimrc
}.each do |rc_file|
`ln -s ~/.vim/#{rc_file} ~/#{rc_file}`
end

0 comments on commit 4678004

Please sign in to comment.