1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 21:29:43 +00:00
Commit Graph

89 Commits

Author SHA1 Message Date
deadc0de6
cd77fecee3 adding action to dotfiles 2017-09-08 15:24:25 +02:00
deadc0de6
cc9c0792ed print something when installed successfully 2017-09-08 15:22:31 +02:00
deadc0de6
ff6c2c2df0 fix issue with not present local dotfile 2017-09-08 14:45:23 +02:00
deadc0de6
d88c9956c4 refactoring and update readme 2017-09-08 13:56:54 +02:00
deadc0de6
9781877556 bump version 2017-09-08 13:52:39 +02:00
deadc0de6
333bd1ae27 adding command to list files for a specific profile 2017-09-08 13:52:21 +02:00
deadc0de6
319aaf0128 bump version 2017-09-08 13:33:48 +02:00
deadc0de6
efaf268067 be verbose by default on compare and install 2017-09-08 13:29:36 +02:00
deadc0de6
b9e932c623 clean usage 2017-09-08 13:04:21 +02:00
deadc0de6
07e2a399d2 clean usage 2017-09-08 12:56:22 +02:00
deadc0de
53ac81e0bc Merge pull request #10 from japorized/master
File selection in compare function
2017-08-28 11:09:37 +02:00
Japorized
fe1f1e2b20 Incorporated deadc0de6's suggestion 2017-08-28 16:50:28 +08:00
Japorized
a8c9c638b8 Changing arg from config keys to file dst 2017-08-28 16:41:18 +08:00
Japorized
445a818675 Update dotdrop.py
Updating to conform to PEP8
2017-08-28 12:38:25 +08:00
Japorized
a6cc47a517 File selection in compare function
- This allows the user to choose which files do they wish to compare, using the --files arg
- --files argument is comma delimited, and must match the keys in config.yaml
2017-08-28 11:46:12 +08:00
deadc0de
bfc5291b0a Merge pull request #8 from SShrike/master
Make dotdrop.sh pass all of the ShellCheck lints
2017-08-24 13:30:44 +02:00
Severen Redwood
3dc19660f3 Make dotdrop.sh pass all of the ShellCheck lints 2017-08-24 20:07:27 +12:00
deadc0de6
ec64a6f645 fix bug with readlink #6 2017-08-09 16:52:15 +02:00
deadc0de6
8ba9ce0e97 fix realpath/readlink for issue #6 2017-06-18 13:51:20 +02:00
deadc0de6
bc75bf8117 adding checks for #5 2017-05-20 08:48:59 +02:00
deadc0de6
e3a7b32fba adding tests for symlink 2017-05-10 16:23:49 +02:00
deadc0de6
0e465df84a adding tests for symlink 2017-05-10 15:10:39 +02:00
deadc0de6
2dfe4cd690 fix todo and improve tests 2017-05-10 15:10:20 +02:00
deadc0de6
cfb2411064 add comments in test helper 2017-05-10 15:09:52 +02:00
deadc0de6
5602222a4c adding tests for importing symlink 2017-05-10 13:07:52 +02:00
deadc0de
7703368bb3 Merge pull request #3 from moyiz/master
Support for symlinking dotfiles
2017-05-06 09:51:09 +02:00
moyiz
fa6fabbd90 Add a basic link test 2017-05-05 20:32:32 +03:00
moyiz
1271c978f9 Add common editors to gitignore 2017-05-05 20:32:14 +03:00
moyiz
550011cb89 Add new opt parameter (link) to load_config 2017-05-05 17:54:39 +03:00
moyiz
befd1848ac pep8 2017-05-05 17:42:55 +03:00
moyiz
05b78ca5fe Add support for importing dotfiles as links 2017-05-05 17:36:40 +03:00
moyiz
6a178d746d Changed string formatting, raise OSError instead of Exception, and catch it in link to skip the current dotfile 2017-05-05 17:36:40 +03:00
deadc0de
6c6ce18d50 Merge branch 'master' into master 2017-05-05 16:05:01 +02:00
deadc0de6
074c43f35a adding config skeleton 2017-05-05 16:00:52 +02:00
deadc0de6
a7d29ee003 add coverage in gitignore 2017-05-05 15:59:45 +02:00
moyiz
c4aab509f7 Add support for soft links 2017-05-03 11:40:06 +03:00
moyiz
d40ea36187 Extend .gitignore 2017-05-03 10:04:39 +03:00
moyiz
262dd45823 Add link support to config file and dotfile 2017-05-03 10:04:14 +03:00
deadc0de6
d25ad19ec2 keep dotpath as a relative path when importing 2017-04-18 12:32:58 +02:00
deadc0de6
2c052f8b97 from /bin/bash to /bin/sh 2017-04-11 14:21:49 +02:00
deadc0de6
237723d45f update readme - pip to pip3 2017-04-01 23:51:32 +02:00
deadc0de6
94d9c0603d diff even when --force is used 2017-03-31 14:02:11 +02:00
deadc0de6
6b4d24a493 clean readme 2017-03-29 19:18:48 +02:00
deadc0de6
679fa3a4b7 bump version 2017-03-29 19:15:19 +02:00
deadc0de6
57f04f4c3c do not fail if dotfiles folder already exist 2017-03-29 19:07:29 +02:00
deadc0de6
f9ea6510e1 add initialization of submodule 2017-03-29 19:05:37 +02:00
deadc0de6
0c7bb61025 init config file only if not existing 2017-03-29 19:04:53 +02:00
deadc0de6
7965a871d4 fail if imported dotfile does not exist 2017-03-26 14:23:06 +02:00
deadc0de6
f4643f2514 logging improvements 2017-03-26 14:22:48 +02:00
deadc0de6
6b59e22d49 adding tests for backup 2017-03-16 13:20:43 +01:00