From 0b939a6b93f447186ae17202bbf29dce83903f71 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 17 Jan 2026 18:06:32 +0100 Subject: 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 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . -- cgit v1.2.3