updated dotfiles

This commit is contained in:
JaKooLit 2023-10-26 21:09:56 +09:00
parent 1432003f65
commit bbdde1f233

View File

@ -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