From d2852894b1c27734172d8f9413f3fd478f81d583 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 30 Nov 2023 10:02:00 +0900 Subject: [PATCH] move the updating of home folders on top --- copy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/copy.sh b/copy.sh index bb582ff..c43f1c6 100755 --- a/copy.sh +++ b/copy.sh @@ -31,6 +31,9 @@ RESET=$(tput sgr0) # Set the name of the log file to include the current date and time LOG="install-$(date +%d-%H%M%S)_dotfiles.log" +# update home folders +xdg-user-dirs-update + # uncommenting WLR_NO_HARDWARE_CURSORS if nvidia is detected if lspci -k | grep -A 2 -E "(VGA|3D)" | grep -iq nvidia; then # NVIDIA GPU detected, uncomment line 23 in ENVariables.conf @@ -161,9 +164,6 @@ printf "${NOTE} - copying dotfiles\n" fi done -# update home folders -xdg-user-dirs-update - # Copying config files printf " Copying config files...\n" mkdir -p ~/.config