fix install script

This commit is contained in:
2026-03-12 12:44:03 +05:30
parent 34ca0c017f
commit 20382f7e99

View File

@@ -4,6 +4,11 @@ dotfilesDir=$(pwd)
echo "Linking dot files" echo "Linking dot files"
rm -rf ~/.bashrc rm -rf ~/.bashrc
rm -rf ~/.zshrc rm -rf ~/.zshrc
rm -rf ~/.config/starship.toml
rm -rf ~/.tmux.conf
rm -rf ~/.tmux.conf.local
rm -rf ~/.config/nvim
ln -s -f ${dotfilesDir}/.bashrc ~/.bashrc ln -s -f ${dotfilesDir}/.bashrc ~/.bashrc
ln -s -f ${dotfilesDir}/.zshrc ~/.zshrc ln -s -f ${dotfilesDir}/.zshrc ~/.zshrc
ln -s -f ${dotfilesDir}/tmux/tmux.conf ~/.tmux.conf ln -s -f ${dotfilesDir}/tmux/tmux.conf ~/.tmux.conf