diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 09:36:19 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 09:36:19 +0900 |
| commit | 763fc9e97fc5362a9e68f163772199418d0fe532 (patch) | |
| tree | 25995d8e3f7597789794430f21643ebda74c006c /copy.sh | |
| parent | 10f08cdc0d9aec8988cd6bbc10f773a3287be3e7 (diff) | |
added qt6ct
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ fi set -e # Exit immediately if a command exits with a non-zero status. printf "${NOTE} - copying dotfiles\n" - for DIR in btop cava dunst hypr kitty Kvantum qt5ct rofi swappy swaylock wal waybar wlogout; do + for DIR in btop cava dunst hypr kitty Kvantum qt5ct qt6ct rofi swappy swaylock wal waybar wlogout; do DIRPATH=~/.config/$DIR if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." |
