Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-27 | Make home directory user-definable | Jon Bernard | 2 | -2/+5 | |
This paves the way for unit tests to perform operations completely within a sandboxed environment. | |||||
2011-08-27 | Fix CLI dispatch to work with previous refactoring | Jon Bernard | 1 | -5/+22 | |
2011-08-27 | Refactor Dotfiles class, remove obnoxious use of kwargs | Jon Bernard | 1 | -30/+77 | |
2011-08-27 | Fix forced sync when the dotfile is a directory | Jon Bernard | 1 | -1/+4 | |
I installed the lastpass chrome extension which stores a socket in ~/.lastpass. So I added that directory as an external to /tmp and attempted a forced sync. An error occurred because sync() calls os.remove() as it mistakenly assumes the dotfile is a file and not a directory. | |||||
2011-07-04 | Merge branch 'hotfix/0.3.1' into develop | Jon Bernard | 2 | -45/+48 | |
2011-07-04 | Merge branch 'hotfix/0.3.1'v0.3.1 | Jon Bernard | 2 | -45/+48 | |
2011-07-04 | Bump version number for version 0.3.1 release | Jon Bernard | 1 | -1/+1 | |
2011-07-04 | Fix bug in repository path option/configuration parsing | Jon Bernard | 1 | -44/+47 | |
2011-07-03 | Merge branch 'release/0.3.0' into develop | Jon Bernard | 1 | -1/+1 | |
2011-07-03 | Merge branch 'release/0.3.0'v0.3.0 | Jon Bernard | 6 | -44/+184 | |
2011-07-03 | Bump version number for version 0.3.0 release | Jon Bernard | 1 | -1/+1 | |
2011-07-03 | Add option to print version number | Jon Bernard | 4 | -8/+24 | |
2011-07-03 | Only import cli from main script | Jon Bernard | 1 | -1/+1 | |
2011-07-03 | Add a bit of documentation to the top-level modules | Jon Bernard | 2 | -0/+14 | |
2011-07-03 | Document use of prefixes, externals, and ignores | Jon Bernard | 1 | -4/+65 | |
2011-06-29 | Merge branch 'feature/prefix' into develop | Jon Bernard | 2 | -24/+62 | |
2011-06-29 | Show a helpful message to first-time users | Jon Bernard | 1 | -1/+22 | |
2011-06-29 | Add support for an arbitrary prefix | Jon Bernard | 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 | Jon Bernard | 2 | -7/+18 | |
2011-06-04 | Merge branch 'release/0.2.0' into develop | Jon Bernard | 1 | -1/+1 | |
2011-06-04 | Merge branch 'release/0.2.0'v0.2.0 | Jon Bernard | 5 | -17/+76 | |
2011-06-04 | Bump version number for version 0.2.0 release | Jon Bernard | 1 | -1/+1 | |
2011-06-04 | Merge branch 'feature/configfile' into develop | Jon Bernard | 4 | -16/+75 | |
2011-06-04 | Update documentation to mention config file syntax | Jon Bernard | 1 | -4/+20 | |
2011-05-30 | Add configuration file support | Jon Bernard | 3 | -12/+55 | |
2011-04-22 | Initial commitv0.1.0 | Jon Bernard | 8 | -0/+292 | |