summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* plugins/link: drop the glob optionAnton Khirnov2020-11-15
| | | | It is too complex.
* plugins/link: drop create optionsAnton Khirnov2020-11-15
| | | | It is an unnecessary complication. Just list the directories explicitly.
* Standardize documentation for extended configAnish Athalye2020-06-19
| | | | | | | | | This patch adds parameter/explanation tables for the two other commands that support extended configuration syntaxes, so now we have identically-formatted tables for link, shell, and clean. This change was prompted by https://github.com/anishathalye/dotbot/issues/223.
* Remove confusing exampleAnish Athalye2020-06-19
| | | | | | | | Without an explanation of what's going on here, this example is unnecessarily confusing. It's a neat example, but probably not worth explaining this in Dotbot's README. See https://github.com/anishathalye/dotbot/issues/224.
* Add --only and --except command-line argumentsAnish Athalye2020-03-26
| | | | | | Internal to Dotbot, we use the name "skip" instead of "except", because the latter is a keyword, and using a name like "except_" didn't seem as nice.
* Merge branch 'ypid/add/link_real_path_option'Anish Athalye2020-01-03
|\
| * Add 'canonicalize-path' option to linkRobin Schneider2020-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dotbot had a hardcoded behaviour that the BASEDIR was always passed to os.path.realpath which "returns the canonical path of the specified filename, eliminating any symbolic links encountered in the path". This might not always be desirable so this commit makes it configurable. The use case where `canonicalize-path` comes in handy is the following: You want to provide dotfiles in the Filesystem Hierarchy Standard under `/usr/local/share/ypid_dotfiles/`. Now you want to provide `.config/dotfiles` as a default in `/etc/skel`. When you now pre-configure `/etc/skel` by running dotbot in it set has HOME, dotfiles will refer to `/usr/local/share/ypid_dotfiles/` and not `/etc/skel/.config/dotfiles` which does not look nice. This is related to but not the same as the `relative` parameter used with link commands.
* | Update datesAnish Athalye2020-01-03
|/
* Add option to clean recursivelyAnish Athalye2019-12-31
|
* Add ignore-missing option to linkAlbert Puig2019-12-31
|
* Migrate to travis-ci.comAnish Athalye2019-12-28
|
* Add example of conditional linkAnish Athalye2019-11-14
|
* Make list more compactAnish Athalye2019-11-12
|
* Add table of contents and organize headings a bitJesse Leite2019-11-12
|
* Add 'create' directive to create directoriesJesse Leite2019-10-12
|
* Add instructions to ignore dirty commitsDarshan Patel2019-09-17
|
* Fix `path` parameter's docs for linking featureronalabraham2019-06-04
|
* Simplify READMEAnish Athalye2019-02-06
| | | | This patch removes JSON examples from the README.
* Update datesAnish Athalye2019-01-09
|
* Merge branch 'thtliife/suppress-shell-cmd'Anish Athalye2018-11-21
|\
| * Add quiet option to shell pluginVito Giarrusso2018-11-21
| |
* | Implement conditional linkingBen Klein2018-10-16
| |
* | Add PyPI packageAnish Athalye2018-05-30
| | | | | | | | | | This patch also makes the '-d' argument optional, with the base directory defaulting to the directory of the configuration file.
* | Update datesAnish Athalye2018-05-30
| |
* | Rename 'use_glob' to 'glob'Anish Athalye2018-04-13
| |
* | Add use_globs to readmeBen Klein2018-04-13
|/
* Fix shell example in README (add description)Mikołaj Biel2017-07-12
|
* Fix README link to list of users after wiki reorgAugust Valera2017-04-19
| | | wiki:List-of-Dotbot-Users -> wiki:Users
* Add noteAnish Athalye2017-04-19
|
* Add documentation on force option for clean pluginAnish Athalye2017-03-26
|
* Update datesAnish Athalye2017-03-06
|
* Merge branch 'casey/empty-source'Anish Athalye2016-11-23
|\
| * Allow empty link sourcesCasey Rodarmor2016-11-23
| | | | | | | | | | If the source for a link is null, use the basename of the destination with a single leading '.' removed, if present.
* | Mention in readme that ~ is null in YAMLCasey Rodarmor2016-11-18
|/ | | | | This is a weird YAML gotcha, and it seems worth mentioning in the readme since Dotbot users are likely to run into it.
* Add info about initializing repo during setupAnish Athalye2016-08-15
| | | | | This change was suggested by Brian Jacobowski <bjacobowski.dev@gmail.com>.
* Change inspiration link to point to wikiAnish Athalye2016-04-10
|
* Fix linkAnish Athalye2016-03-26
|
* Add link to wikiAnish Athalye2016-03-20
|
* Add default optionsAnish Athalye2016-03-03
| | | | | This feature was implemented with feedback from Aleks Kamko <aykamko@gmail.com> and Casey Rodarmor <casey@rodarmor.com>.
* Add functionality to create relative linksAnish Athalye2016-02-14
| | | | | | | This commit adds an option to the extended configuration syntax for linking files and directories. Enabling the relative option makes it so that symbolic links are created with relative paths instead of absolute paths.
* Add documentation and tests for pluginsAnish Athalye2016-02-06
|
* Update datesAnish Athalye2016-01-31
|
* Add Travis CI supportBenjamin Chrétien2016-01-16
| | | | | The test suite has been slightly modified to allow running tests without Vagrant on Travis.
* Use standard library JSON parser for JSON filesAnish Athalye2016-01-13
| | | | | | This patch reverts the changes to the README made in 57265f78b4e4f6ca67393f55b2b08f6f45a02ff1 and makes it so that Dotbot supports JSON files with tab characters.
* Add hook showing usage to READMEAnish Athalye2016-01-11
|
* Add note to README about JSON parsingAnish Athalye2016-01-11
| | | | | | | Casey Rodarmor <casey@rodarmor.com> pointed out that Dotbot parses JSON files as YAML. The YAML format doesn't allow tab characters, which are normally allowed in JSON. This patch adds a note about this to the README.
* Fix typoAnish Athalye2015-10-19
|
* Add link to init-dotfiles repository to READMEAnish Athalye2015-06-11
|
* Fix typos in READMEThe Aviator2015-06-08
|
* Restore information to READMEAnish Athalye2015-06-02
| | | | | | | The information that was added in 115210ab1725fcb3e5dbe48d4488f71389704e95 was removed in 4ed3ffc411f662f66082dad91d4ae4ff83c04f7b when reorganizing the README. This commit restores the information.