From 39a136f9e9c70157935eee81d1bce683b182699d Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Wed, 16 Apr 2025 18:20:19 -0400 Subject: [PATCH 1/8] Wezterm keybinding update (zoom capabilities) --- .../wezterm/wezterm.lua.tmpl | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl b/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl index 7520896..a5e19b3 100644 --- a/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl +++ b/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl @@ -228,18 +228,18 @@ config.keys = { -- { key = '\'', mods = 'SHIFT|ALT|CTRL', action = act.SplitVertical{ domain = 'CurrentPaneDomain' } }, -- { key = '(', mods = 'CTRL', action = act.ActivateTab(-1) }, -- { key = '(', mods = 'SHIFT|CTRL', action = act.ActivateTab(-1) }, --- { key = ')', mods = 'CTRL', action = act.ResetFontSize }, --- { key = ')', mods = 'SHIFT|CTRL', action = act.ResetFontSize }, + { key = ')', mods = 'CTRL', action = act.ResetFontSize }, + { key = ')', mods = 'SHIFT|CTRL', action = act.ResetFontSize }, -- { key = '*', mods = 'CTRL', action = act.ActivateTab(7) }, -- { key = '*', mods = 'SHIFT|CTRL', action = act.ActivateTab(7) }, --- { key = '+', mods = 'CTRL', action = act.IncreaseFontSize }, --- { key = '+', mods = 'SHIFT|CTRL', action = act.IncreaseFontSize }, --- { key = '-', mods = 'CTRL', action = act.DecreaseFontSize }, --- { key = '-', mods = 'SHIFT|CTRL', action = act.DecreaseFontSize }, --- { key = '-', mods = 'SUPER', action = act.DecreaseFontSize }, --- { key = '0', mods = 'CTRL', action = act.ResetFontSize }, --- { key = '0', mods = 'SHIFT|CTRL', action = act.ResetFontSize }, --- { key = '0', mods = 'SUPER', action = act.ResetFontSize }, + { key = '+', mods = 'CTRL', action = act.IncreaseFontSize }, + { key = '+', mods = 'SHIFT|CTRL', action = act.IncreaseFontSize }, + { key = '-', mods = 'CTRL', action = act.DecreaseFontSize }, + { key = '-', mods = 'SHIFT|CTRL', action = act.DecreaseFontSize }, + { key = '-', mods = 'SUPER', action = act.DecreaseFontSize }, + { key = '0', mods = 'CTRL', action = act.ResetFontSize }, + { key = '0', mods = 'SHIFT|CTRL', action = act.ResetFontSize }, + { key = '0', mods = 'SUPER', action = act.ResetFontSize }, -- { key = '1', mods = 'SHIFT|CTRL', action = act.ActivateTab(0) }, -- { key = '1', mods = 'SUPER', action = act.ActivateTab(0) }, -- { key = '2', mods = 'SHIFT|CTRL', action = act.ActivateTab(1) }, @@ -259,13 +259,13 @@ config.keys = { -- { key = '8', mods = 'SUPER', action = act.ActivateTab(7) }, -- { key = '9', mods = 'SHIFT|CTRL', action = act.ActivateTab(-1) }, -- { key = '9', mods = 'SUPER', action = act.ActivateTab(-1) }, --- { key = '=', mods = 'CTRL', action = act.IncreaseFontSize }, --- { key = '=', mods = 'SHIFT|CTRL', action = act.IncreaseFontSize }, --- { key = '=', mods = 'SUPER', action = act.IncreaseFontSize }, + { key = '=', mods = 'CTRL', action = act.IncreaseFontSize }, + { key = '=', mods = 'SHIFT|CTRL', action = act.IncreaseFontSize }, + { key = '=', mods = 'SUPER', action = act.IncreaseFontSize }, -- { key = '@', mods = 'CTRL', action = act.ActivateTab(1) }, -- { key = '@', mods = 'SHIFT|CTRL', action = act.ActivateTab(1) }, --- { key = 'C', mods = 'CTRL', action = act.CopyTo 'Clipboard' }, --- { key = 'C', mods = 'SHIFT|CTRL', action = act.CopyTo 'Clipboard' }, + { key = 'C', mods = 'CTRL', action = act.CopyTo 'Clipboard' }, + { key = 'C', mods = 'SHIFT|CTRL', action = act.CopyTo 'Clipboard' }, -- { key = 'F', mods = 'CTRL', action = act.Search 'CurrentSelectionOrEmptyString' }, -- { key = 'F', mods = 'SHIFT|CTRL', action = act.Search 'CurrentSelectionOrEmptyString' }, -- { key = 'H', mods = 'CTRL', action = act.HideApplication }, @@ -288,10 +288,10 @@ config.keys = { { key = 't', mods = 'CTRL', action = act.ShowLauncher }, { key = 't', mods = 'SUPER', action = act.ShowLauncher }, { key = 'T', mods = 'SUPER', action = act.ShowLauncher }, --- { key = 'U', mods = 'CTRL', action = act.CharSelect{ copy_on_select = true, copy_to = 'ClipboardAndPrimarySelection' } }, --- { key = 'U', mods = 'SHIFT|CTRL', action = act.CharSelect{ copy_on_select = true, copy_to = 'ClipboardAndPrimarySelection' } }, --- { key = 'V', mods = 'CTRL', action = act.PasteFrom 'Clipboard' }, --- { key = 'V', mods = 'SHIFT|CTRL', action = act.PasteFrom 'Clipboard' }, + { key = 'U', mods = 'CTRL', action = act.CharSelect{ copy_on_select = true, copy_to = 'ClipboardAndPrimarySelection' } }, + { key = 'U', mods = 'SHIFT|CTRL', action = act.CharSelect{ copy_on_select = true, copy_to = 'ClipboardAndPrimarySelection' } }, + { key = 'V', mods = 'CTRL', action = act.PasteFrom 'Clipboard' }, + { key = 'V', mods = 'SHIFT|CTRL', action = act.PasteFrom 'Clipboard' }, -- { key = 'W', mods = 'CTRL', action = act.CloseCurrentTab{ confirm = true } }, -- { key = 'W', mods = 'SHIFT|CTRL', action = act.CloseCurrentTab{ confirm = true } }, -- { key = 'X', mods = 'CTRL', action = act.ActivateCopyMode }, @@ -302,10 +302,10 @@ config.keys = { -- { key = ']', mods = 'SHIFT|SUPER', action = act.ActivateTabRelative(1) }, -- { key = '^', mods = 'CTRL', action = act.ActivateTab(5) }, -- { key = '^', mods = 'SHIFT|CTRL', action = act.ActivateTab(5) }, --- { key = '_', mods = 'CTRL', action = act.DecreaseFontSize }, --- { key = '_', mods = 'SHIFT|CTRL', action = act.DecreaseFontSize }, --- { key = 'c', mods = 'SHIFT|CTRL', action = act.CopyTo 'Clipboard' }, --- { key = 'c', mods = 'SUPER', action = act.CopyTo 'Clipboard' }, + { key = '_', mods = 'CTRL', action = act.DecreaseFontSize }, + { key = '_', mods = 'SHIFT|CTRL', action = act.DecreaseFontSize }, + { key = 'c', mods = 'SHIFT|CTRL', action = act.CopyTo 'Clipboard' }, + { key = 'c', mods = 'SUPER', action = act.CopyTo 'Clipboard' }, -- { key = 'f', mods = 'SHIFT|CTRL', action = act.Search 'CurrentSelectionOrEmptyString' }, -- { key = 'f', mods = 'SUPER', action = act.Search 'CurrentSelectionOrEmptyString' }, -- { key = 'h', mods = 'SHIFT|CTRL', action = act.HideApplication }, @@ -314,7 +314,7 @@ config.keys = { -- { key = 'k', mods = 'SUPER', action = act.ClearScrollback 'ScrollbackOnly' }, -- { key = 'l', mods = 'SHIFT|CTRL', action = act.ShowDebugOverlay }, -- { key = 'm', mods = 'SHIFT|CTRL', action = act.Hide }, --- { key = 'm', mods = 'SUPER', action = act.Hide }, + { key = 'm', mods = 'SUPER', action = act.Hide }, -- { key = 'n', mods = 'SHIFT|CTRL', action = act.SpawnWindow }, -- { key = 'n', mods = 'SUPER', action = act.SpawnWindow }, { key = 'p', mods = 'SHIFT|CTRL', action = act.ActivateCommandPalette }, @@ -323,9 +323,9 @@ config.keys = { -- { key = 'r', mods = 'SHIFT|CTRL', action = act.ReloadConfiguration }, -- { key = 'r', mods = 'SUPER', action = act.ReloadConfiguration }, -- { key = 't', mods = 'SUPER', action = act.SpawnTab 'CurrentPaneDomain' }, --- { key = 'u', mods = 'SHIFT|CTRL', action = act.CharSelect{ copy_on_select = true, copy_to = 'ClipboardAndPrimarySelection' } }, --- { key = 'v', mods = 'SHIFT|CTRL', action = act.PasteFrom 'Clipboard' }, --- { key = 'v', mods = 'SUPER', action = act.PasteFrom 'Clipboard' }, + { key = 'u', mods = 'SHIFT|CTRL', action = act.CharSelect{ copy_on_select = true, copy_to = 'ClipboardAndPrimarySelection' } }, + { key = 'v', mods = 'SHIFT|CTRL', action = act.PasteFrom 'Clipboard' }, + { key = 'v', mods = 'SUPER', action = act.PasteFrom 'Clipboard' }, -- { key = 'w', mods = 'SHIFT|CTRL', action = act.CloseCurrentTab{ confirm = true } }, -- { key = 'w', mods = 'SUPER', action = act.CloseCurrentTab{ confirm = true } }, -- { key = 'x', mods = 'SHIFT|CTRL', action = act.ActivateCopyMode }, From 0acdc146c41dd9fc9a85674215b4292ac3d2ccdf Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Thu, 17 Apr 2025 15:50:23 -0400 Subject: [PATCH 2/8] rearange sz.env and optimize for zsh --- ...ATH_home_bin.env => 001_PATH_home_bin.env} | 0 .../{PATH_node.env => 001_PATH_node.env} | 0 ...H_truestuff.env => 001_PATH_truestuff.env} | 0 .../{aaa_000_term.env => 002_aaa_term.env} | 0 ... 009_stop_on_non_interactive_sessions.env} | 0 ...sh.env.bash => 011_bash_1_ble.sh.env.bash} | 0 ...c.env.bash => 011_bash_1_preexec.env.bash} | 0 .../sz.env/011_zsh_0_perp.env.zsh | 65 +++++++++++++++++ ..._zinit.env.zsh => 011_zsh_2_zinit.env.zsh} | 14 ++-- .../011_zsh_3_completion_system.env.zsh | 7 ++ .../sz.env/{aab_zellij.env => 021_zellij.env} | 0 .../sz.env/031_zsh_4_plugin_vimode.env.zsh | 9 +++ ...-alias.env => 091_load_complete-alias.env} | 0 .../sz.env/091_zsh_9_zinit_fin.env.zsh | 10 +++ ...zz_cleanup.env => 999_PATH_zz_cleanup.env} | 0 .../sz.env/aaa_zsh_0_perp.env.zsh | 69 ------------------- .../aaa_zsh_3_completion_system.env.zsh | 10 --- .../private_dot_config/sz.env/broot.env | 3 +- ...table__.load.sh => executable_000_load.sh} | 6 +- .../sz.env/{zza_lsd.env => ls_1_lsd.env} | 4 +- .../sz.env/{zzb_eza.env => ls_2_eza.env} | 4 +- .../sz.env/{zzz_teleport.env => teleport.env} | 0 .../private_dot_config/sz.env/zza_zoxide.env | 12 ++++ .../{zzy_atuin.env => zzy_atuin.env.bash} | 8 +-- .../sz.env/zzy_atuin.env.zsh | 11 +++ .../sz.env/zzy_chezmoi.env.tmpl | 3 +- ...{aliases.env.tmpl => zzz_aliases.env.tmpl} | 3 +- ...z_bash_post.env => zzz_bash_port.env.bash} | 0 .../sz.env/zzz_zsh_finalize.env.zsh | 6 ++ 29 files changed, 144 insertions(+), 100 deletions(-) rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{PATH_home_bin.env => 001_PATH_home_bin.env} (100%) rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{PATH_node.env => 001_PATH_node.env} (100%) rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{PATH_truestuff.env => 001_PATH_truestuff.env} (100%) rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{aaa_000_term.env => 002_aaa_term.env} (100%) rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{099_stop_on_non_interactive_sessions.env => 009_stop_on_non_interactive_sessions.env} (100%) rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{bbb_ble.sh.env.bash => 011_bash_1_ble.sh.env.bash} (100%) rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{bbb_bash_preexec.env.bash => 011_bash_1_preexec.env.bash} (100%) create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/011_zsh_0_perp.env.zsh rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{aaa_zsh_2_zinit.env.zsh => 011_zsh_2_zinit.env.zsh} (86%) create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{aab_zellij.env => 021_zellij.env} (100%) create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{ccc_load_complete-alias.env => 091_load_complete-alias.env} (100%) create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{PATH_zz_cleanup.env => 999_PATH_zz_cleanup.env} (100%) delete mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh delete mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{executable__.load.sh => executable_000_load.sh} (94%) rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{zza_lsd.env => ls_1_lsd.env} (77%) rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{zzb_eza.env => ls_2_eza.env} (70%) rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{zzz_teleport.env => teleport.env} (100%) create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_zoxide.env rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{zzy_atuin.env => zzy_atuin.env.bash} (64%) create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_atuin.env.zsh rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{aliases.env.tmpl => zzz_aliases.env.tmpl} (92%) rename chezmoi.roots/_src.posix/private_dot_config/sz.env/{zzz_bash_post.env => zzz_bash_port.env.bash} (100%) create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_home_bin.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/001_PATH_home_bin.env similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_home_bin.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/001_PATH_home_bin.env diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_node.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/001_PATH_node.env similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_node.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/001_PATH_node.env diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_truestuff.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/001_PATH_truestuff.env similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_truestuff.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/001_PATH_truestuff.env diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_000_term.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/002_aaa_term.env similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_000_term.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/002_aaa_term.env diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/bbb_ble.sh.env.bash b/chezmoi.roots/_src.posix/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/bbb_ble.sh.env.bash rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/bbb_bash_preexec.env.bash b/chezmoi.roots/_src.posix/private_dot_config/sz.env/011_bash_1_preexec.env.bash similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/bbb_bash_preexec.env.bash rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/011_bash_1_preexec.env.bash diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/011_zsh_0_perp.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/011_zsh_0_perp.env.zsh new file mode 100644 index 0000000..3e7c8fc --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/011_zsh_0_perp.env.zsh @@ -0,0 +1,65 @@ +#!/usr/bin/env -S zsh -c 'echo "Not a user script. source(aka .) only"' + +[ -z "$ZSH_CACHE_DIR" ] && export ZSH_CACHE_DIR=$HOME/.cache/zsh +mkdir -p $ZSH_CACHE_DIR/completions +mkdir -p "$HOME/.local/share/zsh/completions" + +# Remove duplicates from fpath, and add local completion dir +fpath=( $( + for d in $( + awk '!seen[$0]++' <( + echo "$HOME/.local/share/zsh/completions" + printf '%s\n' $fpath + ) + ); do + [ -d "$d" ] && echo "$d" + done +) ) + +skip_global_compinit=1 + +# # Jump to the bottom of the screen +# SZ_TPUT_END=$(tput cup 9999 0) +# echo $SZ_TPUT_END + +PS1="$(zsh -c '. <([ -n "$(echo /etc/*-release(N))" ] && cat /etc/*-release(N) | uniq -u || NAME="$VENDOR" ); echo "$NAME $VERSION_ID "')| ZSH ${ZSH_VERSION} LOADING >" + +#"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +#""" Shell Settings """ +#"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +typeset -g HISTFILE="$HOME/.zsh_history" +typeset -g HISTSIZE=1000000 +typeset -g SAVEHIST=$HISTSIZE +typeset -g COMPLETION_WAITING_DOTS="true" +setopt hist_ignore_dups # ignore duplicated commands history list +export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES # fix "+[__NSPlaceholderDictionary initialize] may have been in progress in another thread when fork() was called" issue + +##################### +# SETOPT # +##################### +setopt promptsubst +setopt extended_history # record timestamp of command in HISTFILE +setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTSIZE +setopt hist_ignore_all_dups # ignore duplicated commands history list +setopt hist_ignore_space # ignore commands that start with space +setopt hist_verify # show command with history expansion to user before running it +setopt inc_append_history # add commands to HISTFILE in order of execution +setopt share_history # share command history data +setopt always_to_end # cursor moved to the end in full completion +setopt hash_list_all # hash everything before completion +setopt nocompletealiases # no complete alisases - no need for specific compdef for aliases +setopt always_to_end # when completing from the middle of a word, move the cursor to the end of the word +setopt complete_in_word # allow completion from within a word/phrase +setopt nocorrect # spelling correction for commands +setopt list_ambiguous # complete as much of a completion until it gets ambiguous. +setopt auto_cd # changing directories without cd +setopt nolisttypes +setopt listpacked +setopt automenu +setopt interactivecomments # allow # comments in command-line +setopt vi + +[[ -n "${DBG}" ]] && echo "ZSH preped" + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: + diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh similarity index 86% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh index a3cca82..b39da75 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh @@ -5,8 +5,11 @@ #"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" # # ### Added by z-shell/zi's installer -ZI_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zi/bin" +ZI_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zi" mkdir -p "$(dirname "$ZI_HOME")" + +typeset -gAH ZINIT=(HOME_DIR "${ZI_HOME}" COMPINIT_OPTS '-D -i -u -C -w') + if [[ ! -d "$ZI_HOME/.git" ]]; then print -P "%F{33}▓▒░ %F{160}Installing (%F{33}z-shell/zi%F{160})…%f" command mkdir -p "$(dirname "$ZINIT_HOME")" \ @@ -17,16 +20,15 @@ if [[ ! -d "$ZI_HOME/.git" ]]; then || print -P "%F{160}▓▒░ The clone has failed.%f%b" fi source "${ZI_HOME}/zi.zsh" -autoload -Uz _zi -(( ${+_comps} )) && _comps[zi]=_zi # examples here -> https://wiki.zshell.dev/ecosystem/category/-annexes zicompinit # <- https://wiki.zshell.dev/docs/guides/commands ### End of z-shell/zi installer's chunk alias zinit=zi -zinit ice depth=1 -zinit light jeffreytse/zsh-vi-mode +autoload -Uz _zi +(( ${+_comps} )) && _comps[zi]=_zi -[[ -n "${DBG}" ]] && echo "zi ready" +[[ -n "${DBG}" ]] && echo "zinit/zi initialized" # vim: set ft=sh expandtab tabstop=4 shiftwidth=4: + diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh new file mode 100644 index 0000000..ad813b0 --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh @@ -0,0 +1,7 @@ +#!/usr/bin/env -S zsh -c 'echo "Not a user script. source(aka .) only"' + +zinit light 'marlonrichert/zsh-autocomplete' +zinit light 'zsh-users/zsh-autosuggestions' + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: + diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aab_zellij.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/021_zellij.env similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/aab_zellij.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/021_zellij.env diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh new file mode 100644 index 0000000..54063bb --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh @@ -0,0 +1,9 @@ +#!/usr/bin/env -S zsh -c 'echo "Not a user script. source(aka .) only"' + +zinit ice depth=1 +zinit light jeffreytse/zsh-vi-mode + +[[ -n "${DBG}" ]] && echo "jeffreytse/zsh-vi-mode loaded" + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: +# diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/ccc_load_complete-alias.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/091_load_complete-alias.env similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/ccc_load_complete-alias.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/091_load_complete-alias.env diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh new file mode 100644 index 0000000..b003016 --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh @@ -0,0 +1,10 @@ +#!/usr/bin/env -S zsh -c 'echo "Not a user script. source(aka .) only"' + +autoload -Uz _zi +(( ${+_comps} )) && _comps[zi]=_zi + +autoload -Uz +X compinit bashcompinit && compinit && bashcompinit +[[ -n "${DBG}" ]] && echo "zinit/zi loaded available" + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: + diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_zz_cleanup.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/999_PATH_zz_cleanup.env similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_zz_cleanup.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/999_PATH_zz_cleanup.env diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh deleted file mode 100644 index fdeba8c..0000000 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh +++ /dev/null @@ -1,69 +0,0 @@ -#!/usr/bin/env -S zsh -c 'echo "Not a user script. source(aka .) only"' - -BASE_SHELL=${BASE_SHELL:-${SHELL##*/}} - -if [[ "${BASE_SHELL}" == "zsh" ]]; then - - [ -z "$ZSH_CACHE_DIR" ] && export ZSH_CACHE_DIR=$HOME/.cache/zsh - mkdir -p $ZSH_CACHE_DIR/completions - mkdir -p "$HOME/.local/share/zsh/completions" - - # Remove duplicates from fpath, and add local completion dir - fpath=( $( - for d in $( - awk '!seen[$0]++' <( - echo "$HOME/.local/share/zsh/completions" - printf '%s\n' $fpath - ) - ); do - [ -d "$d" ] && echo "$d" - done - ) ) - - skip_global_compinit=1 - - # # Jump to the bottom of the screen - # SZ_TPUT_END=$(tput cup 9999 0) - # echo $SZ_TPUT_END - - PS1="$(zsh -c '. <([ -n "$(echo /etc/*-release(N))" ] && cat /etc/*-release(N) | uniq -u || NAME="$VENDOR" ); echo "$NAME $VERSION_ID "')| ZSH ${ZSH_VERSION} LOADING >" - - #"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - #""" Shell Settings """ - #"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - typeset -g HISTFILE="$HOME/.zsh_history" - typeset -g HISTSIZE=1000000 - typeset -g SAVEHIST=$HISTSIZE - typeset -g COMPLETION_WAITING_DOTS="true" - setopt hist_ignore_dups # ignore duplicated commands history list - export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES # fix "+[__NSPlaceholderDictionary initialize] may have been in progress in another thread when fork() was called" issue - - ##################### - # SETOPT # - ##################### - setopt promptsubst - setopt extended_history # record timestamp of command in HISTFILE - setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTSIZE - setopt hist_ignore_all_dups # ignore duplicated commands history list - setopt hist_ignore_space # ignore commands that start with space - setopt hist_verify # show command with history expansion to user before running it - setopt inc_append_history # add commands to HISTFILE in order of execution - setopt share_history # share command history data - setopt always_to_end # cursor moved to the end in full completion - setopt hash_list_all # hash everything before completion - setopt nocompletealiases # no complete alisases - no need for specific compdef for aliases - setopt always_to_end # when completing from the middle of a word, move the cursor to the end of the word - setopt complete_in_word # allow completion from within a word/phrase - setopt nocorrect # spelling correction for commands - setopt list_ambiguous # complete as much of a completion until it gets ambiguous. - setopt auto_cd # changing directories without cd - setopt nolisttypes - setopt listpacked - setopt automenu - setopt interactivecomments # allow # comments in command-line - setopt vi - - [[ -n "${DBG}" ]] && echo "ZSH preped" -fi - -# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh deleted file mode 100644 index aeb74e6..0000000 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env -S zsh -c 'echo "Not a user script. source(aka .) only"' - -zinit load 'marlonrichert/zsh-autocomplete' -if false; then - autoload -Uz +X compinit bashcompinit && compinit && bashcompinit - - zstyle ':completion:*' menu yes select -fi - -# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/broot.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/broot.env index bcace4c..f6db53a 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/broot.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/broot.env @@ -1,7 +1,8 @@ #!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"' if is_cmd broot; then - source /mnt/szmedia/USERDATA/home/sz/.config/broot/launcher/bash/br + . <(broot --print-shell-function "${SHELL##*/}") + broot --set-install-state installed fi # vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/executable__.load.sh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/executable_000_load.sh similarity index 94% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/executable__.load.sh rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/executable_000_load.sh index a2618dd..c2f059c 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/executable__.load.sh +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/executable_000_load.sh @@ -54,15 +54,15 @@ if is_sourced; then "| sort' shell '{}' ';'" \ "-exec sh -c '" \ 'find "$1" -xdev -maxdepth 1 -type f' \ - '-name "PATH_*.env" -or -name "PATH_*.env.'"${BASE_SHELL}"\" \ + '-name "???_PATH_*.env" -or -name "???_PATH_*.env.'"${BASE_SHELL}"\" \ "| sort' shell '{}' ';'" \ "-exec sh -c '" \ 'find "$1" -xdev -maxdepth 1 -type f' \ '-name "*.env" -or -name "*.env.'"${BASE_SHELL}"\" \ - '| grep -Ev "/(PATH|ID)_[^/]+$"' \ + '| grep -Ev "/[[:digit:]]+_(PATH|ID)_[^/]+$"' \ "| sort' shell '{}' ';'" \ "-exec sh -c '" \ - 'find "$1" -xdev -maxdepth 1 -type f -name "PATH_zz_cleanup.env"' \ + 'find "$1" -xdev -maxdepth 1 -type f -name "999_PATH_zz_cleanup.env"' \ "' shell '{}' ';'" )" ALL_ENV_FILES="$( diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_lsd.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/ls_1_lsd.env similarity index 77% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_lsd.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/ls_1_lsd.env index 27defa3..28eafbf 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_lsd.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/ls_1_lsd.env @@ -2,11 +2,11 @@ if is_cmd lsd; then - alias _ls="$(command -v lsd) " - alias lg="ll --git " + alias _ls="$(command -v lsd) --git " [[ -n "${DBG}" ]] && echo "assigned lsd as ls alias." fi # vim: set ft=sh expandtab tabstop=4 shiftwidth=4: + diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzb_eza.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/ls_2_eza.env similarity index 70% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/zzb_eza.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/ls_2_eza.env index a810ea1..e79dc01 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzb_eza.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/ls_2_eza.env @@ -2,11 +2,11 @@ if is_cmd eza; then - alias _ls="$(command -v eza) --icons " - alias lg="ll --git --git-repos-no-status" + alias _ls="$(command -v eza) --icons --git --git-repos-no-status " [[ -n "${DBG}" ]] && echo "assigned eza as ls alias." fi # vim: set ft=sh expandtab tabstop=4 shiftwidth=4: + diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_teleport.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/teleport.env similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_teleport.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/teleport.env diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_zoxide.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_zoxide.env new file mode 100644 index 0000000..d6173cc --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_zoxide.env @@ -0,0 +1,12 @@ +#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"' + +if is_cmd zoxide; then + + . <( zoxide init --cmd cd "${BASE_SHELL}" ) + + [[ -n "${DBG}" ]] && echo "zoxide loaded." + +fi + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: + diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_atuin.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_atuin.env.bash similarity index 64% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_atuin.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_atuin.env.bash index d3cd71c..bee0244 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_atuin.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_atuin.env.bash @@ -1,17 +1,15 @@ #!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"' -BASE_SHELL=${BASE_SHELL:-${SHELL##*/}} - if is_cmd atuin; then - if [[ "${BASE_SHELL}" == "bash" ]] && ! [[ -n "$SZ_ENV_BASH_LOAD_PREEXEC$BLE_VERSION" ]]; then + if ! [[ -n "$SZ_ENV_BASH_LOAD_PREEXEC$BLE_VERSION" ]]; then printf '%s\n' \ 'atuin was found, but bash-preexec or ble.sh are not loaded,' \ 'to load atuin, first run update-ble.sh or update-bash-preexec ' \ 'then relaod (_r) the shell.' fi - . <( atuin init "${BASE_SHELL}" ) - . <( atuin gen-completions --shell ${BASE_SHELL} ) + . <( atuin init bash ) + . <( atuin gen-completions --shell bash ) [[ -n "${DBG}" ]] && echo "atuin loaded." fi diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_atuin.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_atuin.env.zsh new file mode 100644 index 0000000..9d06c88 --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_atuin.env.zsh @@ -0,0 +1,11 @@ +#!/usr/bin/env -S zsh -c 'echo "Not a user script. source(aka .) only"' + +if is_cmd atuin; then + + # . <( atuin init "${BASE_SHELL}" ) + zinit light atuinsh/atuin + + [[ -n "${DBG}" ]] && echo "atuin loaded." +fi + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_chezmoi.env.tmpl b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_chezmoi.env.tmpl index f8bdcac..d97634b 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_chezmoi.env.tmpl +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzy_chezmoi.env.tmpl @@ -40,6 +40,7 @@ if is_cmd 'chezmoi'; then chezmoi edit "${EDITLIST[@]}" --apply --interactive } alias czx="CZ_EXTR=1 chezmoi " + alias cz-reset-home="(czcd; cd ..; RESET=reset ./symclone.sh _home.macos; RESET=reset ./symclone.sh _home)" fi -# vim: set ft=bash sw=4 sts=4 et: +# vim: set ft=sh sw=4 sts=4 et: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aliases.env.tmpl b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_aliases.env.tmpl similarity index 92% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/aliases.env.tmpl rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_aliases.env.tmpl index 8e1978f..ebaa3ff 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aliases.env.tmpl +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_aliases.env.tmpl @@ -1,6 +1,6 @@ #!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"' -alias _ls='command ls ' +[[ "$(command -v _ls)" =~ alias ]] || alias _ls='command ls ' {{- if eq .chezmoi.os "darwin" }} alias ls='_ls -hF --color=auto ' alias l='ls -la ' @@ -36,3 +36,4 @@ alias nvimdiff='nvim -d ' alias vimdiff='nvimdiff ' # vim: set ft=sh expandtab tabstop=4 shiftwidth=4: + diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_bash_post.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_bash_port.env.bash similarity index 100% rename from chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_bash_post.env rename to chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_bash_port.env.bash diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh new file mode 100644 index 0000000..1d7c69e --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh @@ -0,0 +1,6 @@ +#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"' + +zicompinit + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: + From 9e35780dcd136efaa630798ea5f9561477a74d86 Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Thu, 17 Apr 2025 15:52:10 -0400 Subject: [PATCH 3/8] remove any old leftovers all remove_... files are timestamped for future garbage-collection --- .../sz.env/remove_000_stop_on_non_interactive_sessions.env | 1 + .../private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env | 1 + .../sz.env/remove_099_stop_on_non_interactive_sessions.env | 1 + .../private_dot_config/sz.env/remove_PATH_home_bin.env | 1 + .../_src.posix/private_dot_config/sz.env/remove_PATH_node.env | 1 + .../private_dot_config/sz.env/remove_PATH_truestuff.env | 1 + .../private_dot_config/sz.env/remove_PATH_zz_cleanup.env | 1 + .../_src.posix/private_dot_config/sz.env/remove__.load.sh | 1 + .../_src.posix/private_dot_config/sz.env/remove_aaa_000_term.env | 1 + .../sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env | 1 + .../private_dot_config/sz.env/remove_aaa_zsh_0_perp.env | 1 + .../private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh | 1 + .../private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env | 1 + .../private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh | 1 + .../sz.env/remove_aaa_zsh_3_completion_system.env | 1 + .../sz.env/remove_aaa_zsh_3_completion_system.env.zsh | 1 + .../_src.posix/private_dot_config/sz.env/remove_aab_zellij.env | 1 + .../private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash | 1 + .../private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash | 1 + .../private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh | 1 + .../private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh | 1 + .../sz.env/remove_aba_zsh_3_completion_system.env.zsh | 1 + .../_src.posix/private_dot_config/sz.env/remove_abb_zellij.env | 1 + .../sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh | 1 + .../_src.posix/private_dot_config/sz.env/remove_aliases.env | 1 + .../private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh | 1 + .../private_dot_config/sz.env/remove_bbb_bash_preexec.env | 1 + .../private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash | 1 + .../_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env | 1 + .../private_dot_config/sz.env/remove_bbb_ble.sh.env.bash | 1 + .../_src.posix/private_dot_config/sz.env/remove_broot.env | 1 + .../private_dot_config/sz.env/remove_ccc_load_complete-alias.env | 1 + .../_src.posix/private_dot_config/sz.env/remove_zza_lsd.env | 1 + .../_src.posix/private_dot_config/sz.env/remove_zzb_eza.env | 1 + .../_src.posix/private_dot_config/sz.env/remove_zzk_fzf.env | 1 + .../_src.posix/private_dot_config/sz.env/remove_zzy_atuin.env | 1 + .../private_dot_config/sz.env/remove_zzz_bash_post.env | 1 + .../_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env | 1 + .../private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl | 0 .../_src.posix/private_dot_config/sz.env/remove_zzz_fzf.env.off | 1 + .../_src.posix/private_dot_config/sz.env/remove_zzz_teleport.env | 1 + 41 files changed, 40 insertions(+) create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_home_bin.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_node.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_truestuff.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_zz_cleanup.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove__.load.sh create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_000_term.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aab_zellij.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_abb_zellij.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aliases.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_broot.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_ccc_load_complete-alias.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zza_lsd.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzb_eza.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzk_fzf.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzy_atuin.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_bash_post.env create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env delete mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl create mode 100644 chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_teleport.env diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_000_stop_on_non_interactive_sessions.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_000_stop_on_non_interactive_sessions.env index e69de29..ba5744d 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_000_stop_on_non_interactive_sessions.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_000_stop_on_non_interactive_sessions.env @@ -0,0 +1 @@ +2025-04-17T14:03:17-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env new file mode 100644 index 0000000..0da1895 --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env @@ -0,0 +1 @@ +2025-04-17T13:58:45-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env new file mode 100644 index 0000000..b618438 --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env @@ -0,0 +1 @@ +2025-04-17T09:37:44-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_home_bin.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_home_bin.env new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_home_bin.env @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_node.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_node.env new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_node.env @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_truestuff.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_truestuff.env new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_truestuff.env @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_zz_cleanup.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_zz_cleanup.env new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_PATH_zz_cleanup.env @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove__.load.sh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove__.load.sh new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove__.load.sh @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_000_term.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_000_term.env new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_000_term.env @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env index e69de29..ba5744d 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env @@ -0,0 +1 @@ +2025-04-17T14:03:17-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh new file mode 100644 index 0000000..302ed8b --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh @@ -0,0 +1 @@ +2025-04-16 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env index e69de29..ba5744d 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env @@ -0,0 +1 @@ +2025-04-17T14:03:17-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh new file mode 100644 index 0000000..302ed8b --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh @@ -0,0 +1 @@ +2025-04-16 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env index e69de29..ba5744d 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env @@ -0,0 +1 @@ +2025-04-17T14:03:17-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh new file mode 100644 index 0000000..302ed8b --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh @@ -0,0 +1 @@ +2025-04-16 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aab_zellij.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aab_zellij.env new file mode 100644 index 0000000..302ed8b --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aab_zellij.env @@ -0,0 +1 @@ +2025-04-16 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_abb_zellij.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_abb_zellij.env new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_abb_zellij.env @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aliases.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aliases.env new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aliases.env @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_bash_preexec.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_bash_preexec.env index e69de29..ba5744d 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_bash_preexec.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_bash_preexec.env @@ -0,0 +1 @@ +2025-04-17T14:03:17-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash new file mode 100644 index 0000000..4468b1b --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash @@ -0,0 +1 @@ +2025-04-17T09:39:19-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env index e69de29..ba5744d 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env @@ -0,0 +1 @@ +2025-04-17T14:03:17-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash new file mode 100644 index 0000000..86bcc74 --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash @@ -0,0 +1 @@ +2025-04-17T09:39:45-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_broot.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_broot.env new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_broot.env @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_ccc_load_complete-alias.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_ccc_load_complete-alias.env new file mode 100644 index 0000000..43e598a --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_ccc_load_complete-alias.env @@ -0,0 +1 @@ +2025-04-17T13:16:29-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zza_lsd.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zza_lsd.env new file mode 100644 index 0000000..2b2270d --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zza_lsd.env @@ -0,0 +1 @@ +2025-04-17T15:33:09-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzb_eza.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzb_eza.env new file mode 100644 index 0000000..2b2270d --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzb_eza.env @@ -0,0 +1 @@ +2025-04-17T15:33:09-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzk_fzf.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzk_fzf.env new file mode 100644 index 0000000..2b2270d --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzk_fzf.env @@ -0,0 +1 @@ +2025-04-17T15:33:09-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzy_atuin.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzy_atuin.env new file mode 100644 index 0000000..3740de7 --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzy_atuin.env @@ -0,0 +1 @@ +2025-04-17 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_bash_post.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_bash_post.env new file mode 100644 index 0000000..5e80147 --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_bash_post.env @@ -0,0 +1 @@ +2025-04-17T14:11:18-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env new file mode 100644 index 0000000..ba5744d --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env @@ -0,0 +1 @@ +2025-04-17T14:03:17-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl deleted file mode 100644 index e69de29..0000000 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_fzf.env.off b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_fzf.env.off index e69de29..ba5744d 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_fzf.env.off +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_fzf.env.off @@ -0,0 +1 @@ +2025-04-17T14:03:17-04:00 diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_teleport.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_teleport.env new file mode 100644 index 0000000..2b2270d --- /dev/null +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/remove_zzz_teleport.env @@ -0,0 +1 @@ +2025-04-17T15:33:09-04:00 From 7463105aae19e57879cdca8ba79ceaeca2825949 Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Thu, 17 Apr 2025 15:53:11 -0400 Subject: [PATCH 4/8] symclone alignment --- .../_home.macos/private_dot_config/sz.env/001_PATH_home_bin.env | 1 + .../_home.macos/private_dot_config/sz.env/001_PATH_node.env | 1 + .../_home.macos/private_dot_config/sz.env/001_PATH_truestuff.env | 1 + .../_home.macos/private_dot_config/sz.env/002_aaa_term.env | 1 + .../sz.env/009_stop_on_non_interactive_sessions.env | 1 + .../private_dot_config/sz.env/011_bash_1_ble.sh.env.bash | 1 + .../private_dot_config/sz.env/011_bash_1_preexec.env.bash | 1 + .../_home.macos/private_dot_config/sz.env/011_zsh_0_perp.env.zsh | 1 + .../private_dot_config/sz.env/011_zsh_2_zinit.env.zsh | 1 + .../sz.env/011_zsh_3_completion_system.env.zsh | 1 + .../_home.macos/private_dot_config/sz.env/021_zellij.env | 1 + .../private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh | 1 + .../private_dot_config/sz.env/091_load_complete-alias.env | 1 + .../private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh | 1 + .../sz.env/099_stop_on_non_interactive_sessions.env | 1 - .../private_dot_config/sz.env/999_PATH_zz_cleanup.env | 1 + .../_home.macos/private_dot_config/sz.env/PATH_home_bin.env | 1 - .../_home.macos/private_dot_config/sz.env/PATH_node.env | 1 - .../_home.macos/private_dot_config/sz.env/PATH_truestuff.env | 1 - .../_home.macos/private_dot_config/sz.env/PATH_zz_cleanup.env | 1 - .../_home.macos/private_dot_config/sz.env/aaa_000_term.env | 1 - .../_home.macos/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh | 1 - .../private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh | 1 - .../sz.env/aaa_zsh_3_completion_system.env.zsh | 1 - .../_home.macos/private_dot_config/sz.env/aab_zellij.env | 1 - .../_home.macos/private_dot_config/sz.env/aliases.env.tmpl | 1 - .../private_dot_config/sz.env/bbb_bash_preexec.env.bash | 1 - .../_home.macos/private_dot_config/sz.env/bbb_ble.sh.env.bash | 1 - chezmoi.roots/_home.macos/private_dot_config/sz.env/broot.env | 1 - .../private_dot_config/sz.env/ccc_load_complete-alias.env | 1 - .../_home.macos/private_dot_config/sz.env/executable_000_load.sh | 1 + .../_home.macos/private_dot_config/sz.env/executable__.load.sh | 1 - chezmoi.roots/_home.macos/private_dot_config/sz.env/ls_1_lsd.env | 1 + chezmoi.roots/_home.macos/private_dot_config/sz.env/ls_2_eza.env | 1 + .../private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env | 1 + .../sz.env/remove_099_stop_on_non_interactive_sessions.env | 1 + .../private_dot_config/sz.env/remove_PATH_home_bin.env | 1 + .../_home.macos/private_dot_config/sz.env/remove_PATH_node.env | 1 + .../private_dot_config/sz.env/remove_PATH_truestuff.env | 1 + .../private_dot_config/sz.env/remove_PATH_zz_cleanup.env | 1 + .../_home.macos/private_dot_config/sz.env/remove__.load.sh | 1 + .../private_dot_config/sz.env/remove_aaa_000_term.env | 1 + .../sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env | 1 + .../private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh | 1 + .../private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh | 1 + .../sz.env/remove_aaa_zsh_3_completion_system.env.zsh | 1 + .../_home.macos/private_dot_config/sz.env/remove_aab_zellij.env | 1 + .../private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash | 1 + .../private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash | 1 + .../private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh | 1 + .../private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh | 1 + .../sz.env/remove_aba_zsh_3_completion_system.env.zsh | 1 + .../_home.macos/private_dot_config/sz.env/remove_abb_zellij.env | 1 + .../sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh | 1 + .../_home.macos/private_dot_config/sz.env/remove_aliases.env | 1 + .../private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh | 1 + .../private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash | 1 + .../private_dot_config/sz.env/remove_bbb_ble.sh.env.bash | 1 + .../_home.macos/private_dot_config/sz.env/remove_broot.env | 1 + .../private_dot_config/sz.env/remove_ccc_load_complete-alias.env | 1 + .../_home.macos/private_dot_config/sz.env/remove_zza_lsd.env | 1 + .../_home.macos/private_dot_config/sz.env/remove_zzb_eza.env | 1 + .../_home.macos/private_dot_config/sz.env/remove_zzk_fzf.env | 1 + .../_home.macos/private_dot_config/sz.env/remove_zzy_atuin.env | 1 + .../private_dot_config/sz.env/remove_zzz_bash_post.env | 1 + .../_home.macos/private_dot_config/sz.env/remove_zzz_chezmoi.env | 1 + .../private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl | 1 - .../private_dot_config/sz.env/remove_zzz_teleport.env | 1 + chezmoi.roots/_home.macos/private_dot_config/sz.env/teleport.env | 1 + chezmoi.roots/_home.macos/private_dot_config/sz.env/zza_lsd.env | 1 - .../_home.macos/private_dot_config/sz.env/zza_zoxide.env | 1 + chezmoi.roots/_home.macos/private_dot_config/sz.env/zzb_eza.env | 1 - chezmoi.roots/_home.macos/private_dot_config/sz.env/zzk_fzf.env | 1 - .../_home.macos/private_dot_config/sz.env/zzy_atuin.env | 1 - .../_home.macos/private_dot_config/sz.env/zzy_atuin.env.bash | 1 + .../_home.macos/private_dot_config/sz.env/zzy_atuin.env.zsh | 1 + .../_home.macos/private_dot_config/sz.env/zzz_aliases.env.tmpl | 1 + .../_home.macos/private_dot_config/sz.env/zzz_bash_port.env.bash | 1 + .../_home.macos/private_dot_config/sz.env/zzz_bash_post.env | 1 - .../_home.macos/private_dot_config/sz.env/zzz_teleport.env | 1 - .../private_dot_config/sz.env/zzz_zsh_finalize.env.zsh | 1 + .../_home/private_dot_config/sz.env/001_PATH_home_bin.env | 1 + chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_node.env | 1 + .../_home/private_dot_config/sz.env/001_PATH_truestuff.env | 1 + chezmoi.roots/_home/private_dot_config/sz.env/002_aaa_term.env | 1 + .../sz.env/009_stop_on_non_interactive_sessions.env | 1 + .../_home/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash | 1 + .../_home/private_dot_config/sz.env/011_bash_1_preexec.env.bash | 1 + .../_home/private_dot_config/sz.env/011_zsh_0_perp.env.zsh | 1 + .../_home/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh | 1 + .../sz.env/011_zsh_3_completion_system.env.zsh | 1 + chezmoi.roots/_home/private_dot_config/sz.env/021_zellij.env | 1 + .../private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh | 1 + .../_home/private_dot_config/sz.env/091_load_complete-alias.env | 1 + .../_home/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh | 1 + .../sz.env/099_stop_on_non_interactive_sessions.env | 1 - .../_home/private_dot_config/sz.env/999_PATH_zz_cleanup.env | 1 + chezmoi.roots/_home/private_dot_config/sz.env/PATH_home_bin.env | 1 - chezmoi.roots/_home/private_dot_config/sz.env/PATH_node.env | 1 - chezmoi.roots/_home/private_dot_config/sz.env/PATH_truestuff.env | 1 - .../_home/private_dot_config/sz.env/PATH_zz_cleanup.env | 1 - chezmoi.roots/_home/private_dot_config/sz.env/aaa_000_term.env | 1 - .../_home/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh | 1 - .../_home/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh | 1 - .../sz.env/aaa_zsh_3_completion_system.env.zsh | 1 - chezmoi.roots/_home/private_dot_config/sz.env/aab_zellij.env | 1 - chezmoi.roots/_home/private_dot_config/sz.env/aliases.env.tmpl | 1 - .../_home/private_dot_config/sz.env/bbb_bash_preexec.env.bash | 1 - .../_home/private_dot_config/sz.env/bbb_ble.sh.env.bash | 1 - chezmoi.roots/_home/private_dot_config/sz.env/broot.env | 1 - .../_home/private_dot_config/sz.env/ccc_load_complete-alias.env | 1 - .../_home/private_dot_config/sz.env/executable_000_load.sh | 1 + .../_home/private_dot_config/sz.env/executable__.load.sh | 1 - chezmoi.roots/_home/private_dot_config/sz.env/ls_1_lsd.env | 1 + chezmoi.roots/_home/private_dot_config/sz.env/ls_2_eza.env | 1 + .../private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env | 1 + .../sz.env/remove_099_stop_on_non_interactive_sessions.env | 1 + .../_home/private_dot_config/sz.env/remove_PATH_home_bin.env | 1 + .../_home/private_dot_config/sz.env/remove_PATH_node.env | 1 + .../_home/private_dot_config/sz.env/remove_PATH_truestuff.env | 1 + .../_home/private_dot_config/sz.env/remove_PATH_zz_cleanup.env | 1 + chezmoi.roots/_home/private_dot_config/sz.env/remove__.load.sh | 1 + .../_home/private_dot_config/sz.env/remove_aaa_000_term.env | 1 + .../sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env | 1 + .../private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh | 1 + .../private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh | 1 + .../sz.env/remove_aaa_zsh_3_completion_system.env.zsh | 1 + .../_home/private_dot_config/sz.env/remove_aab_zellij.env | 1 + .../private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash | 1 + .../private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash | 1 + .../private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh | 1 + .../private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh | 1 + .../sz.env/remove_aba_zsh_3_completion_system.env.zsh | 1 + .../_home/private_dot_config/sz.env/remove_abb_zellij.env | 1 + .../sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh | 1 + chezmoi.roots/_home/private_dot_config/sz.env/remove_aliases.env | 1 + .../private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh | 1 + .../private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash | 1 + .../_home/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash | 1 + chezmoi.roots/_home/private_dot_config/sz.env/remove_broot.env | 1 + .../private_dot_config/sz.env/remove_ccc_load_complete-alias.env | 1 + chezmoi.roots/_home/private_dot_config/sz.env/remove_zza_lsd.env | 1 + chezmoi.roots/_home/private_dot_config/sz.env/remove_zzb_eza.env | 1 + chezmoi.roots/_home/private_dot_config/sz.env/remove_zzk_fzf.env | 1 + .../_home/private_dot_config/sz.env/remove_zzy_atuin.env | 1 + .../_home/private_dot_config/sz.env/remove_zzz_bash_post.env | 1 + .../_home/private_dot_config/sz.env/remove_zzz_chezmoi.env | 1 + .../_home/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl | 1 - .../_home/private_dot_config/sz.env/remove_zzz_teleport.env | 1 + chezmoi.roots/_home/private_dot_config/sz.env/teleport.env | 1 + chezmoi.roots/_home/private_dot_config/sz.env/zza_lsd.env | 1 - chezmoi.roots/_home/private_dot_config/sz.env/zza_zoxide.env | 1 + chezmoi.roots/_home/private_dot_config/sz.env/zzb_eza.env | 1 - chezmoi.roots/_home/private_dot_config/sz.env/zzk_fzf.env | 1 - chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env | 1 - chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env.bash | 1 + chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env.zsh | 1 + .../_home/private_dot_config/sz.env/zzz_aliases.env.tmpl | 1 + .../_home/private_dot_config/sz.env/zzz_bash_port.env.bash | 1 + chezmoi.roots/_home/private_dot_config/sz.env/zzz_bash_post.env | 1 - chezmoi.roots/_home/private_dot_config/sz.env/zzz_teleport.env | 1 - .../_home/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh | 1 + 162 files changed, 116 insertions(+), 46 deletions(-) create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_home_bin.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_node.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_truestuff.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/002_aaa_term.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/011_bash_1_preexec.env.bash create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_0_perp.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/021_zellij.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/091_load_complete-alias.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/999_PATH_zz_cleanup.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_home_bin.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_node.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_truestuff.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_zz_cleanup.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_000_term.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/aab_zellij.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/aliases.env.tmpl delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/bbb_bash_preexec.env.bash delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/bbb_ble.sh.env.bash delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/broot.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/ccc_load_complete-alias.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/executable_000_load.sh delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/executable__.load.sh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/ls_1_lsd.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/ls_2_eza.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_home_bin.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_node.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_truestuff.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_zz_cleanup.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove__.load.sh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_000_term.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aab_zellij.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_abb_zellij.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aliases.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_broot.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_ccc_load_complete-alias.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zza_lsd.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzb_eza.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzk_fzf.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzy_atuin.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_bash_post.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_chezmoi.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_teleport.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/teleport.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zza_lsd.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zza_zoxide.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zzb_eza.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zzk_fzf.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env.bash create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env.zsh create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_aliases.env.tmpl create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_bash_port.env.bash delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_bash_post.env delete mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_teleport.env create mode 120000 chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_home_bin.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_node.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_truestuff.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/002_aaa_term.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/011_bash_1_preexec.env.bash create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_0_perp.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/021_zellij.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/091_load_complete-alias.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/999_PATH_zz_cleanup.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/PATH_home_bin.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/PATH_node.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/PATH_truestuff.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/PATH_zz_cleanup.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/aaa_000_term.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/aab_zellij.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/aliases.env.tmpl delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/bbb_bash_preexec.env.bash delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/bbb_ble.sh.env.bash delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/broot.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/ccc_load_complete-alias.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/executable_000_load.sh delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/executable__.load.sh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/ls_1_lsd.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/ls_2_eza.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_home_bin.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_node.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_truestuff.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_zz_cleanup.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove__.load.sh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_000_term.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aab_zellij.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_abb_zellij.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aliases.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_broot.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_ccc_load_complete-alias.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_zza_lsd.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_zzb_eza.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_zzk_fzf.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_zzy_atuin.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_bash_post.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_chezmoi.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_teleport.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/teleport.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zza_lsd.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zza_zoxide.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zzb_eza.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zzk_fzf.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env.bash create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env.zsh create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zzz_aliases.env.tmpl create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zzz_bash_port.env.bash delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zzz_bash_post.env delete mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zzz_teleport.env create mode 120000 chezmoi.roots/_home/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_home_bin.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_home_bin.env new file mode 120000 index 0000000..afa5ce2 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_home_bin.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/001_PATH_home_bin.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_node.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_node.env new file mode 120000 index 0000000..c575e42 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_node.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/001_PATH_node.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_truestuff.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_truestuff.env new file mode 120000 index 0000000..7592458 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/001_PATH_truestuff.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/001_PATH_truestuff.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/002_aaa_term.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/002_aaa_term.env new file mode 120000 index 0000000..881bb1d --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/002_aaa_term.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/002_aaa_term.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env new file mode 120000 index 0000000..86c7b14 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash b/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash new file mode 120000 index 0000000..f56f293 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_bash_1_preexec.env.bash b/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_bash_1_preexec.env.bash new file mode 120000 index 0000000..2e4c3d5 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_bash_1_preexec.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/011_bash_1_preexec.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_0_perp.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_0_perp.env.zsh new file mode 120000 index 0000000..d82db1b --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_0_perp.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/011_zsh_0_perp.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh new file mode 120000 index 0000000..a49b235 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh new file mode 120000 index 0000000..e18d135 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/021_zellij.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/021_zellij.env new file mode 120000 index 0000000..764ead8 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/021_zellij.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/021_zellij.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh new file mode 120000 index 0000000..953a72d --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/091_load_complete-alias.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/091_load_complete-alias.env new file mode 120000 index 0000000..d2a3219 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/091_load_complete-alias.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/091_load_complete-alias.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh new file mode 120000 index 0000000..d6be396 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env deleted file mode 120000 index 8f5aa29..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/999_PATH_zz_cleanup.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/999_PATH_zz_cleanup.env new file mode 120000 index 0000000..434b3d0 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/999_PATH_zz_cleanup.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/999_PATH_zz_cleanup.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_home_bin.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_home_bin.env deleted file mode 120000 index f6f9878..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_home_bin.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/PATH_home_bin.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_node.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_node.env deleted file mode 120000 index 06b67f6..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_node.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/PATH_node.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_truestuff.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_truestuff.env deleted file mode 120000 index 62bc4e1..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_truestuff.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/PATH_truestuff.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_zz_cleanup.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_zz_cleanup.env deleted file mode 120000 index bd30077..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/PATH_zz_cleanup.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/PATH_zz_cleanup.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_000_term.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_000_term.env deleted file mode 120000 index fdfda3f..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_000_term.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aaa_000_term.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh deleted file mode 120000 index 4665313..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh deleted file mode 120000 index 9db759c..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh deleted file mode 120000 index ee5878c..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aab_zellij.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/aab_zellij.env deleted file mode 120000 index 6472cc8..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aab_zellij.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aab_zellij.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aliases.env.tmpl b/chezmoi.roots/_home.macos/private_dot_config/sz.env/aliases.env.tmpl deleted file mode 120000 index 308fd94..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/aliases.env.tmpl +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aliases.env.tmpl \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/bbb_bash_preexec.env.bash b/chezmoi.roots/_home.macos/private_dot_config/sz.env/bbb_bash_preexec.env.bash deleted file mode 120000 index 882b92d..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/bbb_bash_preexec.env.bash +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/bbb_bash_preexec.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/bbb_ble.sh.env.bash b/chezmoi.roots/_home.macos/private_dot_config/sz.env/bbb_ble.sh.env.bash deleted file mode 120000 index 33a3cce..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/bbb_ble.sh.env.bash +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/bbb_ble.sh.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/broot.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/broot.env deleted file mode 120000 index b2316c2..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/broot.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/broot.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/ccc_load_complete-alias.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/ccc_load_complete-alias.env deleted file mode 120000 index 7a32d93..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/ccc_load_complete-alias.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/ccc_load_complete-alias.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/executable_000_load.sh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/executable_000_load.sh new file mode 120000 index 0000000..d733849 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/executable_000_load.sh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/executable_000_load.sh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/executable__.load.sh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/executable__.load.sh deleted file mode 120000 index 7e4dc65..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/executable__.load.sh +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/executable__.load.sh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/ls_1_lsd.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/ls_1_lsd.env new file mode 120000 index 0000000..3b4f95e --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/ls_1_lsd.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/ls_1_lsd.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/ls_2_eza.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/ls_2_eza.env new file mode 120000 index 0000000..26f8072 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/ls_2_eza.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/ls_2_eza.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env new file mode 120000 index 0000000..7332e64 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env new file mode 120000 index 0000000..b478f41 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_home_bin.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_home_bin.env new file mode 120000 index 0000000..4d2bc04 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_home_bin.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_PATH_home_bin.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_node.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_node.env new file mode 120000 index 0000000..854492a --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_node.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_PATH_node.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_truestuff.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_truestuff.env new file mode 120000 index 0000000..d47b5a4 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_truestuff.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_PATH_truestuff.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_zz_cleanup.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_zz_cleanup.env new file mode 120000 index 0000000..c6b980b --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_PATH_zz_cleanup.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_PATH_zz_cleanup.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove__.load.sh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove__.load.sh new file mode 120000 index 0000000..2273fdf --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove__.load.sh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove__.load.sh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_000_term.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_000_term.env new file mode 120000 index 0000000..1632a1e --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_000_term.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aaa_000_term.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env new file mode 120000 index 0000000..23517de --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh new file mode 120000 index 0000000..b2a8579 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh new file mode 120000 index 0000000..fdef3b8 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh new file mode 120000 index 0000000..b96d852 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aab_zellij.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aab_zellij.env new file mode 120000 index 0000000..0112dc2 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aab_zellij.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aab_zellij.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash new file mode 120000 index 0000000..191a0a3 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash new file mode 120000 index 0000000..b63ede5 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh new file mode 120000 index 0000000..4e081df --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh new file mode 120000 index 0000000..78f1f9f --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh new file mode 120000 index 0000000..18a6f66 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_abb_zellij.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_abb_zellij.env new file mode 120000 index 0000000..d8cce91 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_abb_zellij.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_abb_zellij.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh new file mode 120000 index 0000000..4605472 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aliases.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aliases.env new file mode 120000 index 0000000..127c236 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aliases.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aliases.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh new file mode 120000 index 0000000..92e2c0c --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash new file mode 120000 index 0000000..1eb031c --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash new file mode 120000 index 0000000..74aab39 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_broot.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_broot.env new file mode 120000 index 0000000..3e29f92 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_broot.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_broot.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_ccc_load_complete-alias.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_ccc_load_complete-alias.env new file mode 120000 index 0000000..21f6564 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_ccc_load_complete-alias.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_ccc_load_complete-alias.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zza_lsd.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zza_lsd.env new file mode 120000 index 0000000..ce651f4 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zza_lsd.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zza_lsd.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzb_eza.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzb_eza.env new file mode 120000 index 0000000..1c0e72c --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzb_eza.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzb_eza.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzk_fzf.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzk_fzf.env new file mode 120000 index 0000000..e653127 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzk_fzf.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzk_fzf.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzy_atuin.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzy_atuin.env new file mode 120000 index 0000000..ff02d6e --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzy_atuin.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzy_atuin.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_bash_post.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_bash_post.env new file mode 120000 index 0000000..4da118e --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_bash_post.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzz_bash_post.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_chezmoi.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_chezmoi.env new file mode 120000 index 0000000..e02960b --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_chezmoi.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl deleted file mode 120000 index 72599a9..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_teleport.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_teleport.env new file mode 120000 index 0000000..0c57b34 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/remove_zzz_teleport.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzz_teleport.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/teleport.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/teleport.env new file mode 120000 index 0000000..04cc636 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/teleport.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/teleport.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zza_lsd.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zza_lsd.env deleted file mode 120000 index 7d969f0..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zza_lsd.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zza_lsd.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zza_zoxide.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zza_zoxide.env new file mode 120000 index 0000000..07e8f1b --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zza_zoxide.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zza_zoxide.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzb_eza.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzb_eza.env deleted file mode 120000 index 4d0f2e0..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzb_eza.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zzb_eza.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzk_fzf.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzk_fzf.env deleted file mode 120000 index 7f366f7..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzk_fzf.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zzk_fzf.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env deleted file mode 120000 index 00acdb2..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zzy_atuin.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env.bash b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env.bash new file mode 120000 index 0000000..ab05b3c --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zzy_atuin.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env.zsh new file mode 120000 index 0000000..4ba001c --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzy_atuin.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zzy_atuin.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_aliases.env.tmpl b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_aliases.env.tmpl new file mode 120000 index 0000000..ef7407a --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_aliases.env.tmpl @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zzz_aliases.env.tmpl \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_bash_port.env.bash b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_bash_port.env.bash new file mode 120000 index 0000000..e9bbada --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_bash_port.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zzz_bash_port.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_bash_post.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_bash_post.env deleted file mode 120000 index 227f00e..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_bash_post.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zzz_bash_post.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_teleport.env b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_teleport.env deleted file mode 120000 index 429b263..0000000 --- a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_teleport.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zzz_teleport.env \ No newline at end of file diff --git a/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh new file mode 120000 index 0000000..b520a99 --- /dev/null +++ b/chezmoi.roots/_home.macos/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_home_bin.env b/chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_home_bin.env new file mode 120000 index 0000000..afa5ce2 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_home_bin.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/001_PATH_home_bin.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_node.env b/chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_node.env new file mode 120000 index 0000000..c575e42 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_node.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/001_PATH_node.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_truestuff.env b/chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_truestuff.env new file mode 120000 index 0000000..7592458 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/001_PATH_truestuff.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/001_PATH_truestuff.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/002_aaa_term.env b/chezmoi.roots/_home/private_dot_config/sz.env/002_aaa_term.env new file mode 120000 index 0000000..881bb1d --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/002_aaa_term.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/002_aaa_term.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env b/chezmoi.roots/_home/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env new file mode 120000 index 0000000..86c7b14 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/009_stop_on_non_interactive_sessions.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash b/chezmoi.roots/_home/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash new file mode 120000 index 0000000..f56f293 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/011_bash_1_ble.sh.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/011_bash_1_preexec.env.bash b/chezmoi.roots/_home/private_dot_config/sz.env/011_bash_1_preexec.env.bash new file mode 120000 index 0000000..2e4c3d5 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/011_bash_1_preexec.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/011_bash_1_preexec.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_0_perp.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_0_perp.env.zsh new file mode 120000 index 0000000..d82db1b --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_0_perp.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/011_zsh_0_perp.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh new file mode 120000 index 0000000..a49b235 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh new file mode 120000 index 0000000..e18d135 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/021_zellij.env b/chezmoi.roots/_home/private_dot_config/sz.env/021_zellij.env new file mode 120000 index 0000000..764ead8 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/021_zellij.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/021_zellij.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh new file mode 120000 index 0000000..953a72d --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/031_zsh_4_plugin_vimode.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/091_load_complete-alias.env b/chezmoi.roots/_home/private_dot_config/sz.env/091_load_complete-alias.env new file mode 120000 index 0000000..d2a3219 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/091_load_complete-alias.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/091_load_complete-alias.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh new file mode 120000 index 0000000..d6be396 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/091_zsh_9_zinit_fin.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env b/chezmoi.roots/_home/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env deleted file mode 120000 index 8f5aa29..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/999_PATH_zz_cleanup.env b/chezmoi.roots/_home/private_dot_config/sz.env/999_PATH_zz_cleanup.env new file mode 120000 index 0000000..434b3d0 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/999_PATH_zz_cleanup.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/999_PATH_zz_cleanup.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/PATH_home_bin.env b/chezmoi.roots/_home/private_dot_config/sz.env/PATH_home_bin.env deleted file mode 120000 index f6f9878..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/PATH_home_bin.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/PATH_home_bin.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/PATH_node.env b/chezmoi.roots/_home/private_dot_config/sz.env/PATH_node.env deleted file mode 120000 index 06b67f6..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/PATH_node.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/PATH_node.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/PATH_truestuff.env b/chezmoi.roots/_home/private_dot_config/sz.env/PATH_truestuff.env deleted file mode 120000 index 62bc4e1..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/PATH_truestuff.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/PATH_truestuff.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/PATH_zz_cleanup.env b/chezmoi.roots/_home/private_dot_config/sz.env/PATH_zz_cleanup.env deleted file mode 120000 index bd30077..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/PATH_zz_cleanup.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/PATH_zz_cleanup.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/aaa_000_term.env b/chezmoi.roots/_home/private_dot_config/sz.env/aaa_000_term.env deleted file mode 120000 index fdfda3f..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/aaa_000_term.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aaa_000_term.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh deleted file mode 120000 index 4665313..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh deleted file mode 120000 index 9db759c..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh deleted file mode 120000 index ee5878c..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/aab_zellij.env b/chezmoi.roots/_home/private_dot_config/sz.env/aab_zellij.env deleted file mode 120000 index 6472cc8..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/aab_zellij.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aab_zellij.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/aliases.env.tmpl b/chezmoi.roots/_home/private_dot_config/sz.env/aliases.env.tmpl deleted file mode 120000 index 308fd94..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/aliases.env.tmpl +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/aliases.env.tmpl \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/bbb_bash_preexec.env.bash b/chezmoi.roots/_home/private_dot_config/sz.env/bbb_bash_preexec.env.bash deleted file mode 120000 index 882b92d..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/bbb_bash_preexec.env.bash +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/bbb_bash_preexec.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/bbb_ble.sh.env.bash b/chezmoi.roots/_home/private_dot_config/sz.env/bbb_ble.sh.env.bash deleted file mode 120000 index 33a3cce..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/bbb_ble.sh.env.bash +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/bbb_ble.sh.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/broot.env b/chezmoi.roots/_home/private_dot_config/sz.env/broot.env deleted file mode 120000 index b2316c2..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/broot.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/broot.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/ccc_load_complete-alias.env b/chezmoi.roots/_home/private_dot_config/sz.env/ccc_load_complete-alias.env deleted file mode 120000 index 7a32d93..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/ccc_load_complete-alias.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/ccc_load_complete-alias.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/executable_000_load.sh b/chezmoi.roots/_home/private_dot_config/sz.env/executable_000_load.sh new file mode 120000 index 0000000..d733849 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/executable_000_load.sh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/executable_000_load.sh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/executable__.load.sh b/chezmoi.roots/_home/private_dot_config/sz.env/executable__.load.sh deleted file mode 120000 index 7e4dc65..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/executable__.load.sh +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/executable__.load.sh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/ls_1_lsd.env b/chezmoi.roots/_home/private_dot_config/sz.env/ls_1_lsd.env new file mode 120000 index 0000000..3b4f95e --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/ls_1_lsd.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/ls_1_lsd.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/ls_2_eza.env b/chezmoi.roots/_home/private_dot_config/sz.env/ls_2_eza.env new file mode 120000 index 0000000..26f8072 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/ls_2_eza.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/ls_2_eza.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env new file mode 120000 index 0000000..7332e64 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_001_PATH_zz_cleanup.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env new file mode 120000 index 0000000..b478f41 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_099_stop_on_non_interactive_sessions.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_home_bin.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_home_bin.env new file mode 120000 index 0000000..4d2bc04 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_home_bin.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_PATH_home_bin.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_node.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_node.env new file mode 120000 index 0000000..854492a --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_node.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_PATH_node.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_truestuff.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_truestuff.env new file mode 120000 index 0000000..d47b5a4 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_truestuff.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_PATH_truestuff.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_zz_cleanup.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_zz_cleanup.env new file mode 120000 index 0000000..c6b980b --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_PATH_zz_cleanup.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_PATH_zz_cleanup.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove__.load.sh b/chezmoi.roots/_home/private_dot_config/sz.env/remove__.load.sh new file mode 120000 index 0000000..2273fdf --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove__.load.sh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove__.load.sh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_000_term.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_000_term.env new file mode 120000 index 0000000..1632a1e --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_000_term.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aaa_000_term.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env new file mode 120000 index 0000000..23517de --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aaa_099_stop_on_non_interactive_sessions.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh new file mode 120000 index 0000000..b2a8579 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh new file mode 120000 index 0000000..fdef3b8 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh new file mode 120000 index 0000000..b96d852 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aab_zellij.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aab_zellij.env new file mode 120000 index 0000000..0112dc2 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aab_zellij.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aab_zellij.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash new file mode 120000 index 0000000..191a0a3 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aba_bash_1_ble.sh.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash new file mode 120000 index 0000000..b63ede5 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aba_bash_1_preexec.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh new file mode 120000 index 0000000..4e081df --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aba_zsh_0_perp.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh new file mode 120000 index 0000000..78f1f9f --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aba_zsh_2_zinit.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh new file mode 120000 index 0000000..18a6f66 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aba_zsh_3_completion_system.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_abb_zellij.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_abb_zellij.env new file mode 120000 index 0000000..d8cce91 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_abb_zellij.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_abb_zellij.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh new file mode 120000 index 0000000..4605472 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_acc_zsh_4_plugin_vimode.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aliases.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aliases.env new file mode 120000 index 0000000..127c236 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aliases.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aliases.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh new file mode 120000 index 0000000..92e2c0c --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_aza_zsh_9_zinit_fin.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash b/chezmoi.roots/_home/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash new file mode 120000 index 0000000..1eb031c --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_bbb_bash_preexec.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash b/chezmoi.roots/_home/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash new file mode 120000 index 0000000..74aab39 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_broot.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_broot.env new file mode 120000 index 0000000..3e29f92 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_broot.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_broot.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_ccc_load_complete-alias.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_ccc_load_complete-alias.env new file mode 120000 index 0000000..21f6564 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_ccc_load_complete-alias.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_ccc_load_complete-alias.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_zza_lsd.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zza_lsd.env new file mode 120000 index 0000000..ce651f4 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zza_lsd.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zza_lsd.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzb_eza.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzb_eza.env new file mode 120000 index 0000000..1c0e72c --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzb_eza.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzb_eza.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzk_fzf.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzk_fzf.env new file mode 120000 index 0000000..e653127 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzk_fzf.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzk_fzf.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzy_atuin.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzy_atuin.env new file mode 120000 index 0000000..ff02d6e --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzy_atuin.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzy_atuin.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_bash_post.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_bash_post.env new file mode 120000 index 0000000..4da118e --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_bash_post.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzz_bash_post.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_chezmoi.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_chezmoi.env new file mode 120000 index 0000000..e02960b --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_chezmoi.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl deleted file mode 120000 index 72599a9..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/remove_zzz_chezmoi.env.tmpl \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_teleport.env b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_teleport.env new file mode 120000 index 0000000..0c57b34 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/remove_zzz_teleport.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/remove_zzz_teleport.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/teleport.env b/chezmoi.roots/_home/private_dot_config/sz.env/teleport.env new file mode 120000 index 0000000..04cc636 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/teleport.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/teleport.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zza_lsd.env b/chezmoi.roots/_home/private_dot_config/sz.env/zza_lsd.env deleted file mode 120000 index 7d969f0..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/zza_lsd.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zza_lsd.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zza_zoxide.env b/chezmoi.roots/_home/private_dot_config/sz.env/zza_zoxide.env new file mode 120000 index 0000000..07e8f1b --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/zza_zoxide.env @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zza_zoxide.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zzb_eza.env b/chezmoi.roots/_home/private_dot_config/sz.env/zzb_eza.env deleted file mode 120000 index 4d0f2e0..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/zzb_eza.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zzb_eza.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zzk_fzf.env b/chezmoi.roots/_home/private_dot_config/sz.env/zzk_fzf.env deleted file mode 120000 index 7f366f7..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/zzk_fzf.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zzk_fzf.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env b/chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env deleted file mode 120000 index 00acdb2..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zzy_atuin.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env.bash b/chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env.bash new file mode 120000 index 0000000..ab05b3c --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zzy_atuin.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env.zsh new file mode 120000 index 0000000..4ba001c --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/zzy_atuin.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zzy_atuin.env.zsh \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zzz_aliases.env.tmpl b/chezmoi.roots/_home/private_dot_config/sz.env/zzz_aliases.env.tmpl new file mode 120000 index 0000000..ef7407a --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/zzz_aliases.env.tmpl @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zzz_aliases.env.tmpl \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zzz_bash_port.env.bash b/chezmoi.roots/_home/private_dot_config/sz.env/zzz_bash_port.env.bash new file mode 120000 index 0000000..e9bbada --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/zzz_bash_port.env.bash @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zzz_bash_port.env.bash \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zzz_bash_post.env b/chezmoi.roots/_home/private_dot_config/sz.env/zzz_bash_post.env deleted file mode 120000 index 227f00e..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/zzz_bash_post.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zzz_bash_post.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zzz_teleport.env b/chezmoi.roots/_home/private_dot_config/sz.env/zzz_teleport.env deleted file mode 120000 index 429b263..0000000 --- a/chezmoi.roots/_home/private_dot_config/sz.env/zzz_teleport.env +++ /dev/null @@ -1 +0,0 @@ -../../../_src.posix/private_dot_config/sz.env/zzz_teleport.env \ No newline at end of file diff --git a/chezmoi.roots/_home/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh b/chezmoi.roots/_home/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh new file mode 120000 index 0000000..b520a99 --- /dev/null +++ b/chezmoi.roots/_home/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh @@ -0,0 +1 @@ +../../../_src.posix/private_dot_config/sz.env/zzz_zsh_finalize.env.zsh \ No newline at end of file From 8294f250d896422c41613e447904e3f33e2031ac Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Thu, 17 Apr 2025 15:54:52 -0400 Subject: [PATCH 5/8] align (.bash/.zsh)rc to all sz.env changes --- chezmoi.roots/_src.posix/dot_bashrc | 4 +++- chezmoi.roots/_src.posix/dot_zshrc | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/chezmoi.roots/_src.posix/dot_bashrc b/chezmoi.roots/_src.posix/dot_bashrc index 13ebe78..ad1fd1e 100644 --- a/chezmoi.roots/_src.posix/dot_bashrc +++ b/chezmoi.roots/_src.posix/dot_bashrc @@ -11,7 +11,7 @@ ## Generated by Webi. Do not edit. #eval "$(webi --init zsh)" -[ -s "$HOME/.config/sz.env/_.load.sh" ] && . <( "$HOME/.config/sz.env/_.load.sh" - ) +[ -s "$HOME/.config/sz.env/000_load.sh" ] && . <( "$HOME/.config/sz.env/000_load.sh" - ) [ -z "${DBG_SHRC}" ] || echo "Exiting .bashrc" # This will prevent atuin's setup script from adding itself: atuin init bash @@ -22,3 +22,5 @@ # ble-attach #fi +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: + diff --git a/chezmoi.roots/_src.posix/dot_zshrc b/chezmoi.roots/_src.posix/dot_zshrc index f1a4f50..f01fa68 100644 --- a/chezmoi.roots/_src.posix/dot_zshrc +++ b/chezmoi.roots/_src.posix/dot_zshrc @@ -4,6 +4,7 @@ ## Generated by Webi. Do not edit. #eval "$(webi --init zsh)" -[ -s "$HOME/.config/sz.env/_.load.sh" ] && . <( "$HOME/.config/sz.env/_.load.sh" - ) +[ -s "$HOME/.config/sz.env/000_load.sh" ] && . <( "$HOME/.config/sz.env/000_load.sh" - ) # vim: set ft=sh expandtab tabstop=4 shiftwidth=4: + From 540a5bc0fe92bc054d53ff9fd16a426a046b96dd Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Thu, 17 Apr 2025 15:55:10 -0400 Subject: [PATCH 6/8] restore clipboard operations --- .../_src.all/private_dot_config/wezterm/wezterm.lua.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl b/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl index a5e19b3..0bba251 100644 --- a/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl +++ b/chezmoi.roots/_src.all/private_dot_config/wezterm/wezterm.lua.tmpl @@ -351,7 +351,11 @@ config.keys = { -- { key = 'DownArrow', mods = 'SHIFT|ALT|CTRL', action = act.AdjustPaneSize{ 'Down', 1 } }, { key = 'Copy', mods = 'NONE', action = act.CopyTo 'Clipboard' }, { key = 'Paste', mods = 'NONE', action = act.PasteFrom 'Clipboard' }, - } + + { key = 'PageUp', mods = 'SUPER', action = act.ActivateTabRelative(-1) }, + { key = 'PageDown', mods = 'SUPER', action = act.ActivateTabRelative(1) }, + +} config.key_tables = { copy_mode = { From 3d2a1974b39e80895f60963e0c723e9b2d1c1010 Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Thu, 17 Apr 2025 15:57:00 -0400 Subject: [PATCH 7/8] moved cargo-binstall externals to the end of file --- .../_src.posix/.chezmoiexternal.yaml.tmpl | 79 ++++++++++--------- 1 file changed, 40 insertions(+), 39 deletions(-) diff --git a/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl b/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl index b503bad..4d62973 100644 --- a/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl +++ b/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl @@ -112,45 +112,6 @@ "refreshPeriod" $defaultRefresh ) -}}{{- end -}}{{- end -}}{{- end -}} -{{- if and (lookPath "jq") (lookPath "cargo-binstall") -}} -{{- $path_prefix = or (get (dict "linux" "./") .chezmoi.os) "" -}} -{{- with $app_name := "eza" -}} -{{- with $bin_url := (output "sh" "-c" ( - list - "cargo-binstall --log-level debug --dry-run --no-track --no-confirm --json-output" - $app_name - "| jq \".fields | select ( .message == \\\"Downloading package\\\" )\"" - | join " ") | fromJson - ).url --}} -{{- with $repo := (printf "%s/%s" "eza-community" $app_name) -}} -{{- $_ := set $externals (printf ".local/bin/%s" $app_name) (dict - "type" "archive-file" - "url" $bin_url - "path" (printf "%s%s" $path_prefix $app_name) - "executable" true - "refreshPeriod" $defaultRefresh -) -}}{{- end -}}{{- end -}}{{- end -}} - -{{- with $app_name := "vivid" -}} -{{- with $bin_url := (output "sh" "-c" ( - list - "cargo-binstall --log-level debug --dry-run --no-track --no-confirm --json-output" - $app_name - "| jq \".fields | select ( .message == \\\"Downloading package\\\" )\"" - | join " ") | fromJson - ).url --}} -{{- with $path := trimSuffix ".zip" (trimSuffix ".tgz" (trimSuffix ".tar" (trimSuffix ".gz" (base $bin_url)))) -}} -{{- $_ := set $externals (printf ".local/bin/%s" $app_name) (dict - "type" "archive-file" - "url" $bin_url - "path" (printf "%s/%s" $path $app_name) - "executable" true - "refreshPeriod" $defaultRefresh -) -}}{{- end -}}{{- end -}}{{- end -}} -{{- end -}} - {{/* # valid arch strings: # darwin_amd64 @@ -338,6 +299,46 @@ "refreshPeriod" $defaultRefresh ) -}}{{- end -}}{{- end -}}{{- end }}{{- end -}} +{{/* cargo-binstall besed sources */}} +{{- if and (lookPath "jq") (lookPath "cargo-binstall") -}} +{{- $path_prefix = or (get (dict "linux" "./") .chezmoi.os) "" -}} +{{- with $app_name := "eza" -}} +{{- with $bin_url := (output "sh" "-c" ( + list + "cargo-binstall --log-level debug --dry-run --no-track --no-confirm --json-output" + $app_name + "| jq \".fields | select ( .message == \\\"Downloading package\\\" )\"" + | join " ") | fromJson + ).url +-}} +{{- with $repo := (printf "%s/%s" "eza-community" $app_name) -}} +{{- $_ := set $externals (printf ".local/bin/%s" $app_name) (dict + "type" "archive-file" + "url" $bin_url + "path" (printf "%s%s" $path_prefix $app_name) + "executable" true + "refreshPeriod" $defaultRefresh +) -}}{{- end -}}{{- end -}}{{- end -}} + +{{- with $app_name := "vivid" -}} +{{- with $bin_url := (output "sh" "-c" ( + list + "cargo-binstall --log-level debug --dry-run --no-track --no-confirm --json-output" + $app_name + "| jq \".fields | select ( .message == \\\"Downloading package\\\" )\"" + | join " ") | fromJson + ).url +-}} +{{- with $path := trimSuffix ".zip" (trimSuffix ".tgz" (trimSuffix ".tar" (trimSuffix ".gz" (base $bin_url)))) -}} +{{- $_ := set $externals (printf ".local/bin/%s" $app_name) (dict + "type" "archive-file" + "url" $bin_url + "path" (printf "%s/%s" $path $app_name) + "executable" true + "refreshPeriod" $defaultRefresh +) -}}{{- end -}}{{- end -}}{{- end -}} +{{- end -}} + {{- $externals | toYaml -}} {{- else -}} # This is a truncated version of .chezmoiexternal because CZ_EXTR env is undefined From 1c475101d07d947245bfc49394ae6168f492685b Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Thu, 17 Apr 2025 15:57:13 -0400 Subject: [PATCH 8/8] added broot --- .../_src.posix/.chezmoiexternal.yaml.tmpl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl b/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl index 4d62973..e7d2da3 100644 --- a/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl +++ b/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl @@ -337,6 +337,22 @@ "executable" true "refreshPeriod" $defaultRefresh ) -}}{{- end -}}{{- end -}}{{- end -}} + +{{- with $app_name := "broot" -}} +{{- with $bin_url := (output "sh" "-c" ( + list + "cargo-binstall --log-level debug --dry-run --no-track --no-confirm --json-output" + $app_name + "| jq \".fields | select ( .message == \\\"Downloading package\\\" )\"" + | join " ") | fromJson + ).url +}}{{ $_ := set $externals (printf ".local/bin/%s" $app_name) (dict + "type" "archive-file" + "url" $bin_url + "path" (printf "%s" $app_name) + "executable" true + "refreshPeriod" $defaultRefresh +) -}}{{- end -}}{{- end -}} {{- end -}} {{- $externals | toYaml -}}