From ee4ce7d3055b87a01c422ebb7885254e9d8d09dc Mon Sep 17 00:00:00 2001 From: Sparky Date: Tue, 28 Oct 2025 19:38:27 +0000 Subject: [PATCH] Add sparky gitconfig and shuffle them around --- .gitconfig => bigbox.gitconfig | 0 sparky.gitconfig | 8 ++++++++ sync-bigbox.yml | 4 ++-- sync-sparky.yml | 16 +++++++++++++--- 4 files changed, 23 insertions(+), 5 deletions(-) rename .gitconfig => bigbox.gitconfig (100%) create mode 100644 sparky.gitconfig diff --git a/.gitconfig b/bigbox.gitconfig similarity index 100% rename from .gitconfig rename to bigbox.gitconfig diff --git a/sparky.gitconfig b/sparky.gitconfig new file mode 100644 index 0000000..ab0bf54 --- /dev/null +++ b/sparky.gitconfig @@ -0,0 +1,8 @@ +[safe] + directory = /mnt/data/linux/coolify + directory = * +[user] + name = Sparky + email = Sparky@localhost +[credential] + helper = store diff --git a/sync-bigbox.yml b/sync-bigbox.yml index 1170ead..44e79fd 100755 --- a/sync-bigbox.yml +++ b/sync-bigbox.yml @@ -21,7 +21,7 @@ - source: .wslconfig target: ~/.wslconfig delete: true -- source: .gitconfig +- source: bigbox.gitconfig target: ~/.gitconfig delete: true - source: .tmux.conf @@ -65,4 +65,4 @@ - source: ~/Seafile/stickies/sync.yml - source: ~/Seafile/SublimeText/sync.yml - source: ~/Seafile/Syncthing/sync.yml -- source: ~/Seafile/VSCode/sync.yml \ No newline at end of file +- source: ~/Seafile/VSCode/sync.yml diff --git a/sync-sparky.yml b/sync-sparky.yml index 00ac695..4ea2ac3 100755 --- a/sync-sparky.yml +++ b/sync-sparky.yml @@ -1,18 +1,28 @@ - source: lazygit - target: ~/.config/lazygit + target: /home/root/.config/lazygit delete: true - source: lazygit target: /home/dave/.config/lazygit delete: true + - source: .tmux.conf - target: ~/.tmux.conf + target: /home/root/.tmux.conf delete: true - source: .tmux.conf - target: /home/dave/~/.tmux.conf + target: /home/dave/.tmux.conf delete: true + - source: configuration.nix target: /etc/nixos/configuration.nix delete: true + +- source: sparky.gitconfig + target: /home/dave/.gitconfig + delete: true +- source: sparky.gitconfig + target: /home/root/.gitconfig + delete: true + - source: prometheus.yml target: /mnt/data/persistent/monitoring/prometheus/config/prometheus.yml - source: smb.conf