From 20382f7e990d60ad12cfe4f7ee97af697bf9289e Mon Sep 17 00:00:00 2001 From: Sarthak Date: Thu, 12 Mar 2026 12:44:03 +0530 Subject: [PATCH] fix install script --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 398ea5b..7e82f02 100755 --- a/install.sh +++ b/install.sh @@ -4,6 +4,11 @@ dotfilesDir=$(pwd) echo "Linking dot files" rm -rf ~/.bashrc 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}/.zshrc ~/.zshrc ln -s -f ${dotfilesDir}/tmux/tmux.conf ~/.tmux.conf