diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2023-12-03 18:44:32 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2023-12-03 18:44:32 +0900 |
| commit | 0a8132df25ee0628073c9f955424806c60c387ac (patch) | |
| tree | 55b4aa93986800d89da094799a2985d4639dfc04 /copy.sh | |
| parent | 89916bf9e4981267db2ff6d22e3a87c250179af3 (diff) | |
added kvantum
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 rofi swappy swaylock wal waybar; do + for DIR in btop cava dunst hypr kitty Kvantum rofi swappy swaylock wal waybar; do DIRPATH=~/.config/$DIR if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." |
