Skip to content

Clean and powerful dotfiles -- bash / git / ruby / irb / nano / ruco

Notifications You must be signed in to change notification settings

grosser/dotfiles

Repository files navigation

My dotfiles, have a look, try them, give me hints for improvement...

Install

cd ~ && git clone git:https://github.com/grosser/dotfiles.git

Manual Install

Symlink the files you want to use e.g.

cd ~ && ln -s dotfiles/rspec .rspec

Automatic install

curl -L https://raw.github.com/grosser/dotfiles/master/autoload.sh | bash -s master

it runs install.rb which will:

  • make a backup of all the files it changes to ~/dotfiles_backup_TIMESTAMP
  • replaces .file through links to dotfiles/file for .bashrc .gitignore .irbrc .rspec
  • replace content of .gitconfig, except for [github] and [user] section

Secret stuff you do not want to share

If you add a folder named 'secret' to dotfiles it will also symlink stuff from there. e.g. ln -s /home/micha/Dropbox/Private/dotfiles dotfiles/secret

Michael Grosser
[email protected]
License: MIT

About

Clean and powerful dotfiles -- bash / git / ruby / irb / nano / ruco

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages