1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:09:44 +00:00
Commit Graph

499 Commits

Author SHA1 Message Date
Marcel Robitaille
6d8afa484c Add unit tests 2019-01-20 16:03:15 -04:00
Marcel Robitaille
ae00dce6a3 Don't track tags or virtualenv 2019-01-20 15:02:43 -04:00
Marcel Robitaille
170df39c60 Move link from bool to enum 2019-01-20 15:02:09 -04:00
Marcel Robitaille
247653c2c2 Clean up imports 2019-01-20 15:00:50 -04:00
Marcel Robitaille
08addde1d9 Support templating 2019-01-20 13:34:56 -04:00
Marcel Robitaille
e119b8829e Fail if source isn't a directory 2019-01-20 13:34:26 -04:00
Marcel Robitaille
1ad2d7c961 Merge branch 'feature_link_children' of github.com:Iambecomeroot/dotdrop into feature_link_children 2018-12-29 15:50:18 -04:00
Marcel Robitaille
0cc5ec9e13 Conform to PEP8
Though [it is generally recommended to have a trailing
newline](https://stackoverflow.com/questions/2287967/why-is-it-recommended-to-have-empty-line-in-the-end-of-file)
2018-12-29 15:50:06 -04:00
Marcel Robitaille
e9330bbd8f Merge branch 'master' into feature_link_children 2018-12-29 15:37:30 -04:00
Marcel Robitaille
67be049407 Import only used functions 2018-12-29 15:35:29 -04:00
Marcel Robitaille
fffe55ecd9 Add option to symlink only child files 2018-12-29 15:24:02 -04:00
deadc0de6
86aa261d05 generic os separator 2018-12-29 18:20:51 +01:00
deadc0de
9544d14a30 Merge pull request #76 from Iambecomeroot/patch-1
Fix bug with linking to broken symlink
2018-12-29 16:24:17 +01:00
Marcel Robitaille
ff5e55c477 Fix bug with linking to broken symlink
This adjustment fixes the exception thrown when `link()` is called with the destination being a broken symlink and having a trailing `/`. `os.path.lexists(dst)` (called [here](0dd9dea1ff/dotdrop/installer.py (L85))) only returns true for broken symlinks without the trailing `/`.
2018-12-29 10:36:29 -04:00
deadc0de6
0dd9dea1ff update arch package 2018-12-27 16:17:11 +01:00
deadc0de6
d9b4a6bbd5 bump version v0.24.1 2018-12-27 16:10:05 +01:00
deadc0de6
0158c71906 adding tests for linked directory in home 2018-12-27 15:58:18 +01:00
deadc0de6
b8786a3fa8 fix pivot strip home 2018-12-27 15:51:31 +01:00
deadc0de6
cf96584f7b add more debugs 2018-12-27 15:40:06 +01:00
deadc0de6
a268811ceb comments 2018-12-27 15:39:49 +01:00
deadc0de6
7e42ccbee5 fix bug when importing with the -l flag 2018-12-27 15:31:00 +01:00
deadc0de6
998f936a25 update readme for workdir 2018-12-27 15:21:29 +01:00
deadc0de6
84ffdb6a86 fix duplicate key bug and add more verbosity 2018-12-27 15:20:32 +01:00
deadc0de6
90d60798c0 dump config file with verbose flag 2018-12-27 11:04:19 +01:00
deadc0de6
270a532878 test for undefined workdir 2018-12-27 11:04:01 +01:00
deadc0de6
8feb417ff6 allow relative workdir and fix lstrip for home 2018-12-27 09:32:08 +01:00
deadc0de
0cb032f349 Merge pull request #74 from roachsinai/master
enable relative path when update dotfiles.
2018-12-12 16:20:25 +01:00
raochsinai
7b9c0b6378 enable relative path when update dotfiles. 2018-12-12 15:48:18 +08:00
deadc0de6
875e028a4d bump arch version 2018-12-06 18:24:45 +01:00
deadc0de6
3c2c493f0e bump version v0.24.0 2018-12-06 18:14:01 +01:00
deadc0de6
c96597f2cb add link for trans error 2018-12-06 13:49:45 +01:00
deadc0de6
2a775bdac1 update readme 2018-12-06 13:26:19 +01:00
deadc0de6
1ae910eacc update readme 2018-12-06 13:25:38 +01:00
deadc0de6
c5479659db update readme 2018-12-06 13:25:01 +01:00
deadc0de6
37db5cd68c - add ability to use "write transformation"
- only allow a single transformation per dotfile
- refactoring and bug fixes
2018-12-06 13:19:57 +01:00
deadc0de6
1d53602769 update readme 2018-11-27 13:17:25 +01:00
deadc0de6
c45c17184e adding ability to use dynamic variables in dotfile src/dst 2018-11-27 13:15:35 +01:00
deadc0de6
d569201b0b add ability to have more methods available from within the templates 2018-11-19 18:16:35 +01:00
deadc0de6
0f88bf8b1c typo 2018-11-19 09:22:24 +01:00
deadc0de6
472f10a78b typo 2018-11-19 09:18:50 +01:00
deadc0de6
8c99a8fadd add pypi ignore 2018-11-18 20:40:31 +01:00
deadc0de6
f90896e341 update arch package 2018-11-16 09:29:16 +01:00
deadc0de6
513a7eff94 bump version v0.23.0 2018-11-16 09:20:13 +01:00
deadc0de
c0e8a998e9 Update README.md 2018-11-15 23:40:21 +01:00
deadc0de6
4d0a1a798a adding dynamic/interpreted template variables 2018-11-15 23:25:42 +01:00
deadc0de6
3af31cc5f2 remove unused import 2018-11-15 23:05:37 +01:00
deadc0de6
9c232a8c7d update readme 2018-11-15 19:45:37 +01:00
deadc0de6
1543762a5b add ability to not deploy empty template 2018-11-15 19:34:49 +01:00
deadc0de6
0d407337ea improve tests 2018-11-15 18:45:57 +01:00
deadc0de6
ba31a9ad93 cleaning 2018-11-15 18:45:48 +01:00