diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-24 21:14:10 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-24 21:14:10 +0900 |
| commit | b30bdee65e901652c4072253a3d0d85c39c5f2e2 (patch) | |
| tree | 51caa6cc06a649bdab7f06eee07b9567b155c804 /copy.sh | |
| parent | ae345f12e6252be0cbb821f097ac4cbe66ca8a5f (diff) | |
Changes made:
updated rofi themes for better pywal
Dropped Catppuccin themes for pywal colors for Hyprland Settings
updated copy.sh script to add user in input group and update home directories
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -159,6 +159,9 @@ 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 @@ -182,6 +185,9 @@ chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG" # Set executable for initial-boot.sh chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG" +printf " adding user to input group...\n" +sudo gpasswd -a $(whoami) input 2>&1 | tee -a "$LOG" + printf "\n${OK} Copy Completed!\n\n\n" printf "${ORANGE} ATTENTION!!!! \n" printf "${ORANGE} YOU NEED to logout and re-login or reboot to avoid issues\n\n" |
