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
parent
3b6e0cfff0
commit
3f813b91e5
|
|
@ -61,7 +61,7 @@ sudo systemctl enable greetd.service
|
|||
|
||||
# Dotfiles
|
||||
echo "Linking dotfiles..."
|
||||
ln -sf ~/Dotfiles/colors.conf ~/.config/colors.conf
|
||||
cp ~/Dotfiles/colors.conf ~/.config/colors.conf
|
||||
rm -f ~/.bashrc ~/.zshrc
|
||||
ln -sf ~/Dotfiles/.bashrc ~/.bashrc
|
||||
ln -sf ~/Dotfiles/.zshrc ~/.zshrc
|
||||
|
|
|
|||
Loading…
Reference in New Issue