Commit graph

21 commits

Author SHA1 Message Date
ItsDrike 8621bdaae1
Don't use check=True for git diff (ends with code 1) 2023-10-10 20:56:02 +02:00
ItsDrike f1531c7274
Don't show tpm tmux plugin repo content in sync 2023-10-10 20:53:47 +02:00
ItsDrike 296a5b86cf
Don't show .zgenom files in diff 2023-10-10 20:52:35 +02:00
ItsDrike cc54b67635
Satisfy pyright checker on sync.py 2023-10-10 20:45:48 +02:00
ItsDrike c900d14516
Run ruff linter on sync.py script 2023-10-10 20:43:50 +02:00
ItsDrike 55a70492a2
Show diff as systemfile replacing dotfile 2023-10-10 20:39:00 +02:00
ItsDrike 7f2f567807
Add support for partial overwriting 2023-02-02 22:55:45 +01:00
ItsDrike 8767fdf367
Fix some formatting issues 2023-02-02 22:08:41 +01:00
ItsDrike c9d593ef4f
Use a much less repetetive system for applying fixes 2023-02-02 22:04:51 +01:00
ItsDrike 6ce522f012
Use match statements instead of if-elif chains 2023-02-02 21:32:53 +01:00
ItsDrike 449e912560
Ensure system dir exists for NOTFOUND 2023-02-02 21:12:45 +01:00
ItsDrike 89a5b15bbd
Overhaul sync.py script 2022-11-20 03:15:58 +01:00
ItsDrike 1f6ad7f0b6
Remove unused exclude rules 2022-11-20 03:15:56 +01:00
ItsDrike 0adc8f38f5
Update exclude rules 2022-11-20 03:15:56 +01:00
ItsDrike 50f1ff3a55
Use proper users home even when in sudo 2022-11-20 03:15:56 +01:00
ItsDrike 542ac098b4
Ignore nomacs Image Lounge.conf from sync cheks on diffs 2022-11-20 03:15:56 +01:00
ItsDrike 46e30950b7
Don't ignore scripts in comparison 2022-11-20 03:14:53 +01:00
ItsDrike 8536bfa688
Handle sys file being a directory while dotfile is file 2022-11-20 03:14:44 +01:00
ItsDrike a3e01caebf
Initial commit 2022-11-20 03:14:18 +01:00
ItsDrike b912871070
Remove everything and restart blank
This commit removes all files currently present in the repo, to prepare
for a start from a nothing. This is done due to my recent migration from
X11 to Wayland, which has rendered most of these config files no longer
releveant.

I've currently been tracking my dotfiles in a separate repository, in
hopes to get it to a state where it would be mergable here, but that
turned out to be much more difficult than I anticipated, and I think it
will be much easier to simply move over the history from this temporary
repository I've been using onto this one. That however requires a start
from a clean point, which this commit creates.
2022-11-20 03:07:41 +01:00
ItsDrike a6e7ddf4db
Add a dotfile synchronization script 2022-09-14 12:11:41 +02:00