Move wallpapers to home directory agnostic location

This commit is contained in:
2025-06-09 13:03:57 +01:00
parent bd09ea8b38
commit 35bb9cb155
4 changed files with 7 additions and 3 deletions

View File

@@ -154,6 +154,10 @@ fi
echo "${YELLOW}Installing Dotfiles...${NC}"
cp -r "$HOME/dotfiles/home/." "$HOME"
# Copy wallpapers
echo "${YELLOW}Installing Wallpapers...${NC}"
sudo cp -r $HOME/dotfiles/wallpapers/* /usr/share/backgrounds/gnome/
# Copy scripts
echo "${YELLOW}Installing Scripts...${NC}"
mkdir -p "$HOME/.local/bin"