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

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/"

View File

@@ -24,6 +24,10 @@ fi
rm -rf ~/config-scripts
cp -r "$RESTORE_PATH/config-scripts" ~/
# Clean and restore Pictures/Wallpapers/
rm -rf ~/Pictures/Wallpapers
cp -r "$RESTORE_PATH/Pictures/Wallpapers" ~/Pictures
# Clean and restore .themes/
rm -rf ~/.themes/Colloid-Transparent-Dracula
mkdir -p ~/.themes

View File

@@ -5,6 +5,7 @@ echo "Creating all the directories...."
mkdir -p ~/.config/bash
mkdir -p ~/Documents/obsidian/Notes
mkdir -p ~/Pictures/Screenshots
mkdir -p ~/Pictures/Wallpapers
mkdir ~/Downloads
mkdir ~/Programming
mkdir ~/Public
@@ -47,7 +48,8 @@ echo "Installing extra packages...."
sudo pacman -S --noconfirm yadm wl-clipboard hyprland uwsm hypridle hyprlock brightnessctl
sudo pacman -S --noconfirm xdg-desktop-portal-hyprland xdg-desktop-portal xdg-desktop-portal-gtk
sudo pacman -S --noconfirm rofi waybar dunst awww kitty neovim nwg-look grim slurp
sudo pacman -S --noconfirm thunar thunar-shares-plugin thunar-archive-plugin thunar-volman gvfs gvfs-goa gvfs-nfs gvfs-smb
sudo pacman -S --noconfirm thunar thunar-shares-plugin thunar-archive-plugin thunar-volman
sudo pacman -S --niconfirm gvfs gvfs-mtp gvfs-afc gvfs-nfs gvfs-smb gvfs-goa gvfs-wsdd gvfs-dnssd gvfs-gphoto2
# ---- Config setup ----

View File

@@ -1,5 +1,7 @@
yadm add ~/config-scripts
yadm add ~/Pictures/Wallpapers
yadm add ~/.themes/Colloid-Transparent-Dracula/
yadm add ~/.config/nvim/