diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-30 10:02:00 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-30 10:02:00 +0900 |
| commit | d2852894b1c27734172d8f9413f3fd478f81d583 (patch) | |
| tree | 5d5afdc439c853db4aa556ce2888fa3a31d2b234 | |
| parent | 2197eae16813d48ea22b61e66e150d5e09578cf0 (diff) | |
move the updating of home folders on top
| -rwxr-xr-x | copy.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
