aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-30 10:02:00 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-30 10:02:00 +0900
commitd2852894b1c27734172d8f9413f3fd478f81d583 (patch)
tree5d5afdc439c853db4aa556ce2888fa3a31d2b234
parent2197eae16813d48ea22b61e66e150d5e09578cf0 (diff)
move the updating of home folders on top
-rwxr-xr-xcopy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/copy.sh b/copy.sh
index bb582ff6..c43f1c64 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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage