From ee73848f3c19f2ca3b2c8a79066d892c1fb8608c Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 14 Dec 2024 21:42:30 -0600 Subject: [PATCH] Automatically get non-hm config files out of the way --- sync-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-user.sh b/sync-user.sh index 83c71d3a..7bcfde5a 100755 --- a/sync-user.sh +++ b/sync-user.sh @@ -7,6 +7,6 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) # Install and build home-manager configuration -home-manager switch --flake $SCRIPT_DIR#user; +home-manager switch --flake $SCRIPT_DIR#user -b bkp; $SCRIPT_DIR/sync-posthook.sh