Sha256: 80dffabfae5b9a019b0bc8f8ed1a0dec65c985e59a01cdca55130a122f319c5d
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# Dotman This gem allows you to switch between different dotfiles on the same user account. ## Requirements ruby 1.9.3, 2.0 ## Installation Download this repository: git clone git@github.com:Timbinous/dotfiles.git And then execute: $ bundle Or install it yourself as: $ gem install dotman ## Usage To retrieve your dotfiles and store them: dot clone <git repository> <alias> To use cloned dotfiles: dot use <alias> To list currently downloaded dotfiles: dot alias list or simply just dot list To change the alias name: dot alias rename <old alias name> <new alias name> To revert dotfiles back to original state: dot use default To create a new dotfiles directory with all current dotfiles located in the HOME directory: dot collect ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dotman-0.0.3.3 | README.md |