diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-16 11:30:26 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-16 11:30:26 +0900 |
| commit | 56bffcfa048972902af2d836cc7ff1591750ffce (patch) | |
| tree | b4341648e61383e4b50e192eaa28095a9482c06c /copy.sh | |
| parent | da7cd9be14893bc40fb85f1ea98557ce4528f3ad (diff) | |
updated copy.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
