sway.sh: copy apply-theme.sh to ~ at install
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
3f813b91e5
commit
de28a2319c
|
|
@ -62,6 +62,8 @@ sudo systemctl enable greetd.service
|
||||||
# Dotfiles
|
# Dotfiles
|
||||||
echo "Linking dotfiles..."
|
echo "Linking dotfiles..."
|
||||||
cp ~/Dotfiles/colors.conf ~/.config/colors.conf
|
cp ~/Dotfiles/colors.conf ~/.config/colors.conf
|
||||||
|
cp ~/Dotfiles/apply-theme.sh ~/apply-theme.sh
|
||||||
|
chmod +x ~/apply-theme.sh
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue