update: added wallpapers and changed their location

This commit is contained in:
2026-04-25 11:45:42 +03:00
parent d9be1a6021
commit a304ecefcc
57 changed files with 14 additions and 3 deletions
+3
View File
@@ -4,10 +4,13 @@ CONFIG_SAVE_DIR="$HOME/tmp/config-$CONFIG_TIME"
mkdir -p "$CONFIG_SAVE_DIR/.config"
mkdir -p "$CONFIG_SAVE_DIR/.themes"
mkdir -p "$CONFIG_SAVE_DIR/Pictures"
echo 'Created config save directory'
cp -r ~/config-scripts "$CONFIG_SAVE_DIR/config-scripts"
cp -r ~/Pictures/Wallpapers "$CONFIG_SAVE_DIR/Pictures/Wallpapers"
cp -r ~/.themes/Colloid-Transparent-Dracula "$CONFIG_SAVE_DIR/.themes/Colloid-Transparent-Dracula/"
cp -r ~/.config/nvim "$CONFIG_SAVE_DIR/.config/nvim/"