diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-05-24 18:16:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 18:16:54 +0900 |
| commit | 8fc3ec113ddae615382e1e1144a4a1699cbb7fe0 (patch) | |
| tree | 7cd9b721d488cf0aafb26d7da8c21693c8b478a9 /upgrade.sh | |
| parent | 6c79e9bfe9ce7223922d3e2f2cefc950eccd9b67 (diff) | |
| parent | 7e49ed457c23487aea53b33cdc2a69b9821a6f29 (diff) | |
Merge pull request #302 from darkeddie/development
Update upgrade.sh for new folders
Diffstat (limited to 'upgrade.sh')
| -rwxr-xr-x | upgrade.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ declare -A directories=( ["config/rofi/"]="$HOME/.config/rofi/" ["config/swaync/"]="$HOME/.config/swaync/" ["config/waybar/"]="$HOME/.config/waybar/" + ["config/cava/"]="$HOME/.config/cava/" + ["config/ags/"]="$HOME/.config/ags/" + ["config/fastfetch/"]="$HOME/.config/fastfetch/" # Add more directories to compare as needed ) |
