dotdrop

Save your dotfiles once, deploy them everywhere

GPL-3.0 License

Downloads
5.7K
Stars
1.8K
Committers
35

Bot releases are hidden (Show)

dotdrop - v1.7.4

Published by deadc0de6 almost 3 years ago

features

  • normalize outputs to stdout (see #331)
  • improve cleaning by tests (tests-ng)

bug fixes

  • fix aur dependencies
dotdrop - v1.7.3

Published by deadc0de6 about 3 years ago

features:

  • update doc
  • reorder usage options
  • add more tests

bug fixes:

  • fix dependencies in setup.py (#329)
dotdrop - v1.7.2

Published by deadc0de6 about 3 years ago

features:

  • add fancy logo
  • add chmod_on_import to the config (see doc and #324)
  • add check_version to the config to check if on latest version (see doc)
  • update doc

bug fixes:

  • fix create:true not honored when install with --temp (#326)
  • fix update on two dotfiles pointing to same dst (#328)
dotdrop - v1.7.1

Published by deadc0de6 about 3 years ago

features:

  • remove pandoc dependency
  • update doc

bug fixes:

  • WSL fixes
dotdrop - v1.7.0

Published by deadc0de6 about 3 years ago

features:

dotdrop - v1.6.0

Published by deadc0de6 about 3 years ago

features:

  • do not create empty directories if not installing dotfiles (#314)
  • refactor compare -L to show absolute path (#312)
  • linting
  • update documentation

bug fixes

  • workaround for snap warning (#308)
dotdrop - v1.5.4

Published by deadc0de6 over 3 years ago

features

  • linting with pylint
  • more debug logs
  • doc updates

bug fixes

  • fix bug on update file copy error (#307)
  • fix several small bugs
dotdrop - v1.5.3

Published by deadc0de6 over 3 years ago

features

  • add force_chmod config option (#304)
  • improve action error reporting (#303)
  • add syntax highlighter (#305)
  • improve remove verbosity (#306)
dotdrop - v1.5.2

Published by deadc0de6 over 3 years ago

improve code quality

dotdrop - v1.5.1

Published by deadc0de6 over 3 years ago

bug fix

  • fix dotfiles using trans_read not templated (see #302)
dotdrop - v1.5.0

Published by deadc0de6 over 3 years ago

feature:

  • add ability to ignore missing files in dotdrop during update or compare (see this PR and the doc)
  • refactor fish completion (see this PR)
dotdrop - v1.4.3

Published by deadc0de6 over 3 years ago

features

  • add ability to ignore pattern on import with impignore (#294)
  • negative ignore patterns (#298)

bug fixes

  • fix ignore not respected on template (#296)
  • fail early when profile does not exist (#300)
dotdrop - v1.4.1

Published by deadc0de6 almost 4 years ago

fix fake dotfiles pre/post actions not executed

dotdrop - v1.4.0

Published by deadc0de6 almost 4 years ago

features

  • add ability to control file permissions with chmod entry (see the doc and this issue)
  • add concurrent execution (see this doc and this issue)
  • speed up diffing through filecmp
  • speed up template detection with mmap and re
  • add more environment variables
  • refactor install
  • add dedicated importer class
  • add more tests
  • improve doc

bug fixes

  • fix python-magic dependency and add fallback to using file if not found (#289, #290)
dotdrop - v1.3.7

Published by deadc0de6 almost 4 years ago

features:

  • use python-magic instead of file for identifying file types
  • ask user to follow symlink on import unless -f --force is set (#184)
  • actively checking for python module dependencies at start
  • update tests
  • update doc

bug fixes:

  • fix temporary file/directory on Windows (#283)
  • fix profile's included variables taking precedence over profile variables (#285)
  • properly fail if config file not found (#287)
dotdrop - v1.3.6

Published by deadc0de6 almost 4 years ago

  • add ability to control the temporary directory used by dotdrop through the env variable DOTDROP_TMPDIR (#268)
  • fix ignoreempty default value (#281)
  • add ability to only list files that differ without the diff output with -L --file-only
dotdrop - v1.3.5

Published by deadc0de6 almost 4 years ago

  • fix bug when removing dotfile (see #280)
dotdrop - v1.3.4

Published by deadc0de6 almost 4 years ago

  • auto deploy
dotdrop - v1.3.3

Published by deadc0de6 almost 4 years ago

  • auto deploy
dotdrop - v1.3.2

Published by deadc0de6 almost 4 years ago

  • auto deploy