diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-11 21:41:51 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-11 21:41:51 +0900 |
| commit | 79d208014bbf428003480fca9e4e68f4233d446a (patch) | |
| tree | e1de117f237cc808272fd3e57f51393e5ac8e8e3 /copy.sh | |
| parent | b83a43f3500afa1c8934aace2eda3c8489f04a12 (diff) | |
remove gtk 3.0 as seems causing some issues
Diffstat (limited to 'copy.sh')
| -rw-r--r-- | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ printf "\n" set -e # Exit immediately if a command exits with a non-zero status. printf "${NOTE} copying dotfiles\n" - for DIR in btop cava dunst gtk-3.0 hypr kitty rofi swappy swaylock waybar wlogout; do + for DIR in btop cava dunst hypr kitty rofi swappy swaylock waybar wlogout; do DIRPATH=~/.config/$DIR if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." |
