summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-19 00:16:11 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-19 00:16:50 +0200
commitbd84f23bd1650c385e401353fb39bd51a02263f8 (patch)
tree698cf5e8bd7be0ba33ccda7878ad296a342a850b
parent00d9ebc671aeae474ceceee02969e22975eb3669 (diff)
Remove only files that are created by repo to avoid losing defaults
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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 .