sway.sh: copy apply-theme.sh to ~ at install

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main
The_miro 2026-05-11 14:28:29 +02:00
parent 3f813b91e5
commit de28a2319c
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ sudo systemctl enable greetd.service
# Dotfiles
echo "Linking dotfiles..."
cp ~/Dotfiles/colors.conf ~/.config/colors.conf
cp ~/Dotfiles/apply-theme.sh ~/apply-theme.sh
chmod +x ~/apply-theme.sh
rm -f ~/.bashrc ~/.zshrc
ln -sf ~/Dotfiles/.bashrc ~/.bashrc
ln -sf ~/Dotfiles/.zshrc ~/.zshrc