Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-03 | Merge branch 'release/0.3.0'v0.3.0 | 6 | -44/+184 | ||
2011-07-03 | Bump version number for version 0.3.0 release | 1 | -1/+1 | ||
2011-07-03 | Add option to print version number | 4 | -8/+24 | ||
2011-07-03 | Only import cli from main script | 1 | -1/+1 | ||
2011-07-03 | Add a bit of documentation to the top-level modules | 2 | -0/+14 | ||
2011-07-03 | Document use of prefixes, externals, and ignores | 1 | -4/+65 | ||
2011-06-29 | Merge branch 'feature/prefix' into develop | 2 | -24/+62 | ||
2011-06-29 | Show a helpful message to first-time users | 1 | -1/+22 | ||
2011-06-29 | Add support for an arbitrary prefix | 2 | -23/+40 | ||
By default, dotfiles are stored with no prefix, so ~/.bashrc will link to ~/Dotfiles/bashrc. Some folks, however, are already storing their dotfiles in a repository where they have a prefix. '.' is common, but I've seen one using '_' as well. This feature will allow those people to specify their prefix in the configuration file without renaming all the files in their repository. To do this, a configuration like: [dotfiles] prefix = . in ~/.dotfilesrc is all that is needed. | |||||
2011-06-29 | Add an option to override unmanaged files during sync | 2 | -7/+18 | ||
2011-06-04 | Merge branch 'release/0.2.0' into develop | 1 | -1/+1 | ||
2011-06-04 | Merge branch 'release/0.2.0'v0.2.0 | 5 | -17/+76 | ||
2011-06-04 | Bump version number for version 0.2.0 release | 1 | -1/+1 | ||
2011-06-04 | Merge branch 'feature/configfile' into develop | 4 | -16/+75 | ||
2011-06-04 | Update documentation to mention config file syntax | 1 | -4/+20 | ||
2011-05-30 | Add configuration file support | 3 | -12/+55 | ||
2011-04-22 | Initial commitv0.1.0 | 8 | -0/+292 | ||