My dotfiles, have a look, try them, give me hints for improvement...
install.rb will:
- make a backup of all the files it changes to ~/dotfiles_backup_TIMESTAMP
- replaces .file through links to dotfiles/file for all files named
dot*in~/dotfilesand~/dotfiles/secret - replace content of
.gitconfig, except for[github]and[user]section
cd ~ && git clone git://github.com/grosser/dotfiles.git
If you add a folder named secret to dotfiles before running setup, it will also symlink from there.
e.g. ln -s /home/<your user>/Dropbox/Private/secret secret
cd ~
ruby dotfiles/install.rb
Clone and then symlink the files you want to use e.g.
cd ~ && ln -s dotfiles/rspec .rspeccurl -L https://raw.github.com/grosser/dotfiles/master/autoload.sh | bash -s masterMichael Grosser
michael@grosser.it
License: MIT