diff --git a/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl b/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl index 8347091..1b274fc 100644 --- a/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl +++ b/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl @@ -5,6 +5,8 @@ exit 0 set -euo pipefail +echo "Setting ZSH as default..." + ZSH_PATH="$(which zsh)" if !(grep -q "^$ZSH_PATH$" /etc/shells;) then diff --git a/.chezmoiscripts/run_once_install-neovim.sh.tmpl b/.chezmoiscripts/run_once_install-neovim.sh.tmpl index 61300e3..422dbe9 100755 --- a/.chezmoiscripts/run_once_install-neovim.sh.tmpl +++ b/.chezmoiscripts/run_once_install-neovim.sh.tmpl @@ -5,6 +5,8 @@ exit 0 set -euo pipefail +echo "Installing Neovim..." + SRC_DIR="${HOME}/apps/neovim" BIN_DIR="${HOME}/.local" BUILD_TYPE="Debug" diff --git a/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl b/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl index b7caece..ae7ad08 100755 --- a/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl +++ b/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl @@ -1,11 +1,12 @@ #!/bin/bash -exit 0 {{ if eq .chezmoi.osRelease.id "nixos" }} exit 0 {{ end }} set -euo pipefail +echo "Setting up age key..." + KEY_DIR="$HOME/.config/chezmoi" KEY_FILE="$KEY_DIR/key.txt"