From 56bffcfa048972902af2d836cc7ff1591750ffce Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 16 Sep 2024 11:30:26 +0900 Subject: updated copy.sh --- copy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index 2b5976e4..fa3d9e33 100755 --- a/copy.sh +++ b/copy.sh @@ -342,7 +342,7 @@ get_backup_dirname() { echo "back-up_${timestamp}" } -for DIR in ags btop cava fastfetch hypr Kvantum qt5ct qt6ct rofi swappy wallust wlogout; do +for DIR in btop cava hypr Kvantum qt5ct qt6ct swappy wallust wlogout; do DIRPATH=~/.config/"$DIR" if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." @@ -373,7 +373,7 @@ printf "\n%.0s" {1..1} printf "${NOTE} - copying dotfiles second part\n" # Config directories which will ask the user whether to replace or not -DIRS="kitty nvim rofi swaync waybar" +DIRS="ags fastfetch kitty nvim rofi swaync waybar" for DIR2 in $DIRS; do DIRPATH=~/.config/"$DIR2" -- cgit v1.2.3