Add sparky gitconfig and shuffle them around
This commit is contained in:
8
sparky.gitconfig
Normal file
8
sparky.gitconfig
Normal file
@@ -0,0 +1,8 @@
|
||||
[safe]
|
||||
directory = /mnt/data/linux/coolify
|
||||
directory = *
|
||||
[user]
|
||||
name = Sparky
|
||||
email = Sparky@localhost
|
||||
[credential]
|
||||
helper = store
|
||||
@@ -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
|
||||
- source: ~/Seafile/VSCode/sync.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
|
||||
|
||||
Reference in New Issue
Block a user