commit ac45c34ad88fa08c86816d57a71c3b00fad25d49 parent de0c39fe12c426ae27ee1e95277b3818a5f071e2 Author: Andrew Laack <andrew@laack.co> Date: Mon, 30 Mar 2026 09:51:17 -0500 Sync Diffstat:
| M | installers/arch-private-installation.sh | | | 4 | ++++ |
| A | sync.sh | | | 7 | +++++++ |
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/installers/arch-private-installation.sh b/installers/arch-private-installation.sh @@ -24,6 +24,10 @@ mv .git-credentials git-credentials.old ln -s ~/gitRepos/keys/git/credentials.txt .git-credentials ln -s ~/personal-files/sensitive-configs/thunderbird ~/.thunderbird +# since .config is in git, this will be done automatically. +# same for signal. +#ln -s ~/personal-files/sensitive-configs/brave ~/.config/BraveSoftware + cp ~/gitRepos/keys/ssh/id_ed25519* ~/.ssh/ chmod 600 ~/.ssh/id_ed25519* diff --git a/sync.sh b/sync.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +sync-shared() { + rsync -v --delete --recursive andrew@brgr:/home/andrew/personal-files ~ +} + +sync-shared