Sha256: 57782e8bccd030c9f4d6f022d8898b2f4a287ebd61e74af9d9599c30e44ffc1d
Contents?: true
Size: 1020 Bytes
Versions: 2
Compression:
Stored size: 1020 Bytes
Contents
# DotfileLinker A simple script to help you symlink your dotfiles to your home directory. ## Description This gem aims to provide a simple, unopinionated solution to managing symlinking your dotfiles, allowing you to save them in an isolated, versioned directory and keep your home directory clean. Similar tools exist, but tend to impose a structure on how you manage your dotfiles. ## Installation Download the source, then run: $ bundle install $ rake install ## Usage Run `link_dotfiles` from your dotfiles directory. The script will then run through each file that isn't already symlinked in your home directory and ask if you want to symlink it. The `-d` option cycles through existing symlinks in your home directory and asks if you'd like to remove them. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dotfile_linker-0.0.2 | README.md |
dotfile_linker-0.0.1 | README.md |