summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-17 18:06:32 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-17 18:06:32 +0100
commit0b939a6b93f447186ae17202bbf29dce83903f71 (patch)
tree6dce225ac0ba2e786e96654692b5c50a5453bd18 /install.sh
parent110264439bdd4ccf4f2f3487dbd6eb873477a68e (diff)
Remove .profile auto-created files to make setup stable
This removes the .profile files if they were auto-created and to make the dotfiles setup the source of the truth for every machine
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index f19e94a..6829189 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -xeou pipefail
-rm -f ~/.bash_profile ~/.bashrc
+rm -f ~/.bash_profile ~/.bashrc ~/.profile
cd ~/.rc
stow --no-folding --adopt .
git restore .