dotdrop

Save your dotfiles once, deploy them everywhere

GPL-3.0 License

Downloads
5.7K
Stars
1.8K
Committers
35

Bot releases are visible (Hide)

dotdrop - v0.17.0

Published by deadc0de6 over 6 years ago

  • add ability to compare transformed dotfiles
dotdrop - v0.16.1

Published by deadc0de6 over 6 years ago

  • check for symlink loops
  • do not execute action on dry-run
dotdrop - v0.16.0

Published by deadc0de6 over 6 years ago

  • add keepdot option to control stripping leading dot when importing dotfiles
  • downgrade logging for existing links
  • update config skeleton
dotdrop - v0.15.0

Published by deadc0de6 over 6 years ago

  • add ability to have dotfile key representing the full path to the dotfile (#40)
  • add script to migrate from short keys to long keys
dotdrop - v0.14.2

Published by deadc0de6 over 6 years ago

  • refactoring (docstring, comments, etc)
  • load naked actions as post actions
  • add more tests
dotdrop - v0.14.1

Published by deadc0de6 over 6 years ago

  • fix import bug
dotdrop - v0.14

Published by deadc0de6 over 6 years ago

  • add support for pre/post actions thanks to @ziirish
  • fix include bug
  • fix updating directory
  • fix importing dotfile and unique key
  • adding bash scripts tests
dotdrop - v0.13

Published by deadc0de6 over 6 years ago

  • make sure config entry settings in the config file have defaults when parsed
  • add banner option in config file
dotdrop - v0.12

Published by deadc0de6 over 6 years ago

add -b --no-banner switch to hide banner

dotdrop - v0.11.0

Published by deadc0de6 over 6 years ago

  • fix relative path computation (#29)
  • add debug mode and output
  • refactoring
dotdrop - v0.10.5

Published by deadc0de6 over 6 years ago

  • ensure directory tree exists when symlink (thanks @lyze237)
  • properly handle exception when destination is not a directory (and expected to be)
  • also deploy when file rights have changed (useful for chmod +x changes and similar)
dotdrop - v0.10.4

Published by deadc0de6 over 6 years ago

bump version

dotdrop - v0.10.3

Published by deadc0de6 over 6 years ago

  • force python3 on pip
dotdrop - v0.10.2

Published by deadc0de6 over 6 years ago

  • update redirect for old version to the wiki
  • move pep8 checks to pycodestyle
  • fix pycodestyle errors/warnings
  • adding pip3 requirements for tests
  • update travis configs
dotdrop - v0.10.1

Published by deadc0de6 over 6 years ago

  • tilde is now expanded on --cfg
dotdrop - v0.10

Published by deadc0de6 over 6 years ago

  • add transformations and ability to manage encrypted dotfiles
  • refactor README
  • fix small bugs
  • add aur package
dotdrop - v0.9

Published by deadc0de6 almost 7 years ago

add ability to update managed dotfiles

dotdrop - v0.8.2

Published by deadc0de6 almost 7 years ago

fix bad handling of relative path

dotdrop - v0.8.1

Published by deadc0de6 almost 7 years ago

adding ability to provide diff arguments through -o switch

dotdrop - v0.7.2

Published by deadc0de6 almost 7 years ago

update documentation on migration to new module layout