From 8d2ef7eace03fa1a2ab0158b70442a82ae262d8e Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Sat, 17 Jan 2026 18:00:31 +0100 Subject: Add task to show the output of dotfile setup script for debugging --- group_vars/all.yml | Bin 4655 -> 4273 bytes group_vars/all.yml.example | 8 +------- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'group_vars') diff --git a/group_vars/all.yml b/group_vars/all.yml index 9e7970fa..a2e1f0c6 100644 Binary files a/group_vars/all.yml and b/group_vars/all.yml differ diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 7d204bd8..bf2eb820 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -45,18 +45,12 @@ dotfiles_repo_url: "https://git.sr.ht/~a14m/.rc" dotfiles_setup_script: | set -e - rm -f ~/.bash_profile + rm -f ~/.bash_profile ~/.bashrc cd ~/.rc stow --no-folding --adopt . git restore . git remote set-url origin git@git.sr.ht:~a14m/.rc - ln -sf ~/.rc/.gnupg/pinentry-wrapper ~/.local/bin/pinentry-wrapper - envsubst < ~/.gnupg/gpg-agent.conf.template > ~/.gnupg/gpg-agent.conf - chmod 0700 ~/.gnupg - gpgconf --kill gpg-agent 2>/dev/null || true - gpg-connect-agent /bye 2>/dev/null || true - password_store_repo_url: "git@github.com:a14m/.pass" vimrc_repo_url: "git@git.sr.ht:~a14m/.vim" vimrc_setup_script: | -- cgit v1.2.3