From bd84f23bd1650c385e401353fb39bd51a02263f8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 19 Jun 2026 00:16:11 +0200 Subject: Remove only files that are created by repo to avoid losing defaults --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8bf67b3..77bdb36 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ set -eou pipefail echo "Setting up dotfiles..." -rm -f ~/.bash_profile ~/.bashrc ~/.profile +rm -f ~/.bash_profile ~/.bashrc cd ~/.rc stow --no-folding --adopt . git restore . -- cgit v1.2.3