Add script log for elevation scripts.

This commit is contained in:
js0ny 2025-11-08 08:13:06 +00:00
parent 2a1127bf10
commit 6ee67769a6
25 changed files with 102 additions and 99 deletions

View file

@ -8,10 +8,15 @@ vim:ft=gotmpl
{{/* Secret Directory, always ignored, access via templates */}}
secrets/**
{{/* Install appimages only on non-wheel linux systems */}}
{{/* Non-wheel */}}
{{ if eq .chezmoi.os "linux" }}
{{ if .wheel }}
{{/* Install appimages only on non-wheel linux systems */}}
.local/bin/ghostty
{{/* If wheel, source bashrc directly from global bashrc */}}
.bashrc
.bash_profile
.zshenv
{{ end }}
{{ end }}
@ -41,6 +46,8 @@ vim:ft=gotmpl
{{/* Managed by home-manager */}}
{{ if .nix }}
.bashrc
.bash_profile
.zshenv
.chezmoiscripts/linux/**
.chezmoiscripts/unixlike/**
.chezmoiexternals/**