Add info messages to scripts, fix early exit

This commit is contained in:
aloslider
2026-04-22 14:33:31 +03:00
parent 6d3d8819c8
commit eea2fb05ee
3 changed files with 6 additions and 1 deletions
@@ -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"