Browse Source

move the updating of home folders on top

pull/45/head
JaKooLit 2 years ago
parent
commit
d2852894b1
  1. 6
      copy.sh

6
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

Loading…
Cancel
Save