diff options
author | Jon Bernard <jbernard@tuxion.com> | 2011-06-04 19:15:51 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2011-06-04 19:15:51 -0400 |
commit | ccf43894771bb2f422d326ae5a864641ae03be9a (patch) | |
tree | d86f8604e9a8daaa01822e07ec9212633dbae7a4 /README.rst | |
parent | dd64afd0e3f4ee362471d5e77296eb9109f9e9d6 (diff) | |
parent | 173cf389d50a9d7b8c22eadb722ada2bbbad3ee5 (diff) | |
download | dotfiles-ccf43894771bb2f422d326ae5a864641ae03be9a.tar.gz dotfiles-ccf43894771bb2f422d326ae5a864641ae03be9a.tar.bz2 dotfiles-ccf43894771bb2f422d326ae5a864641ae03be9a.zip |
Merge branch 'release/0.2.0'v0.2.0
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 24 |
1 files changed, 20 insertions, 4 deletions
@@ -4,10 +4,10 @@ Dotfile management made easy ``dotfiles`` is a tool to make managing your dotfile symlinks in ``$HOME`` easy, allowing you to keep all your dotfiles in a single directory. -Hosting is left to you. Yes, I've seen `<http://dotfiles.org>`_ and I don't -believe in that model. If you're advanced enough to need dotfile management, -then you probably already know how you want to host them. Using whatever VCS -you prefer, or even rsync, you can easily distribute your dotfiles repository +Hosting is left to you. Yes, I've seen `<http://dotfiles.org>`_ but I don't +like that model. If you're advanced enough to need dotfile management, then you +probably already know how you want to host them. Using whatever VCS you +prefer, or even rsync, you can easily distribute your dotfiles repository across multiple hosts. Installation @@ -51,6 +51,22 @@ To make it available to all your hosts: :: You get the idea. +Configuration +------------- + +You can choose to create a configuration file to store personal +customizations. By default, ``dotfiles`` will look in ``~/.dotfilesrc``. An +example configuration file might look like: :: + + [dotfiles] + repository = ~/Dotfiles + ignore = [ + '.git', + '.gitignore'] + externals = { + '.bzr.log': '/dev/null', + '.uml': '/tmp'} + License ------- |