From bbdde1f233b6aa6dc42949fec72899965b5b9480 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 26 Oct 2023 21:09:56 +0900 Subject: [PATCH] updated dotfiles --- install-scripts/dotfiles.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-scripts/dotfiles.sh b/install-scripts/dotfiles.sh index dd62596..c876174 100644 --- a/install-scripts/dotfiles.sh +++ b/install-scripts/dotfiles.sh @@ -17,6 +17,9 @@ printf "${NOTE} Downloading Hyprland dots...\n" if [ -d Hyprland-Dots ]; then cd Hyprland-Dots + git stash + git pull + git stash apply chmod +x copy.sh ./copy.sh 2>&1 | tee -a "$LOG" else