Skip to content

bryango/cheznous

Repository files navigation

chezmoi / cheznous

My dotfiles repo, managed with chezmoi.

cheznous is a secondary chezmoi apply of my personal repo with a public --destination for sharing purposes, with un-mangled filenames.

cheznous/.shrc

Lines 270 to 280 in 45dfe3f

## dotfiles
if whichq chezmoi; then
alias-wrap chezmoi "-v --interactive" 'cm'
# chezmoi -> cheznous for share
CHEZNOUS_DEST="$HOME/apps/cheznous"
CHEZNOUS_CONFIG="$HOME/.config/cheznous/chezmoi.toml"
alias-wrap \
chezmoi "-v --config '$CHEZNOUS_CONFIG' --destination '$CHEZNOUS_DEST' --interactive" \
cheznous

housekeeping

Use add * .* --dry-run to detect abandoned files and forget them.