summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-30 22:54:51 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-30 22:54:51 +0100
commit4c2043dc1fa697c0cf2210d9466ff847b074cc34 (patch)
tree187a5d6bc339c92db7c87b3ce23d46a27cb10165
parent810d3d4701fc542107bfaa80752ea7300dee5016 (diff)
Fix dotfiles_setup_script to be idempotent
-rw-r--r--group_vars/all.ymlbin4217 -> 4241 bytes
-rw-r--r--group_vars/all.yml.example1
2 files changed, 1 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index 381f3c1a..1d208bfa 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
Binary files differ
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example
index 16730008..d0066bcc 100644
--- a/group_vars/all.yml.example
+++ b/group_vars/all.yml.example
@@ -43,6 +43,7 @@ password_policy_gecoscheck: 0
dotfiles_repo_url: "https://git.sr.ht/~a14m/.rc"
dotfiles_setup_script: |
+ rm -f ~/.bash_profile
cd ~/.rc
stow --no-folding .
chmod 0700 ~/.gnupg