diff --git a/setup/modules/Desktop-Enviroments/sway.sh b/setup/modules/Desktop-Enviroments/sway.sh index f43e88f..e5975c0 100644 --- a/setup/modules/Desktop-Enviroments/sway.sh +++ b/setup/modules/Desktop-Enviroments/sway.sh @@ -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