sway.sh: copy colors.conf instead of symlinking

Consistent with hyprland installers — prevents apply-theme.sh from
writing through a symlink back into the git repo.

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

View File

@ -61,7 +61,7 @@ sudo systemctl enable greetd.service
# Dotfiles # Dotfiles
echo "Linking dotfiles..." echo "Linking dotfiles..."
ln -sf ~/Dotfiles/colors.conf ~/.config/colors.conf cp ~/Dotfiles/colors.conf ~/.config/colors.conf
rm -f ~/.bashrc ~/.zshrc rm -f ~/.bashrc ~/.zshrc
ln -sf ~/Dotfiles/.bashrc ~/.bashrc ln -sf ~/Dotfiles/.bashrc ~/.bashrc
ln -sf ~/Dotfiles/.zshrc ~/.zshrc ln -sf ~/Dotfiles/.zshrc ~/.zshrc