mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Add script log for elevation scripts.
This commit is contained in:
parent
2a1127bf10
commit
6ee67769a6
25 changed files with 102 additions and 99 deletions
|
|
@ -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/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue