From d3cb216f2d2094e5d8a23762b75eb596e5acab43 Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Tue, 15 Apr 2025 17:45:07 -0400 Subject: [PATCH] Added vim modelines to the as many file as I could --- chezmoi.roots/_src.all/.chezmoi.toml.tmpl | 1 + .../_src.all/private_dot_config/wezterm/wezterm.lua.tmpl | 2 ++ chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl | 2 ++ chezmoi.roots/_src.posix/dot_zshrc | 1 + chezmoi.roots/_src.posix/private_dot_config/atuin/config.toml | 2 ++ chezmoi.roots/_src.posix/private_dot_config/starship.toml | 1 + .../sz.env/099_stop_on_non_interactive_sessions.env | 2 ++ .../_src.posix/private_dot_config/sz.env/ID_truenas_scale.env | 1 + .../_src.posix/private_dot_config/sz.env/PATH_home_bin.env | 2 ++ .../_src.posix/private_dot_config/sz.env/PATH_node.env | 2 ++ .../_src.posix/private_dot_config/sz.env/PATH_truestuff.env | 1 + .../_src.posix/private_dot_config/sz.env/PATH_zz_cleanup.env | 1 + .../_src.posix/private_dot_config/sz.env/aaa_000_term.env | 2 ++ .../_src.posix/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 + .../_src.posix/private_dot_config/sz.env/aab_zellij.env | 2 ++ .../_src.posix/private_dot_config/sz.env/aliases.env.tmpl | 1 + .../private_dot_config/sz.env/bbb_bash_preexec.env.bash | 1 + .../_src.posix/private_dot_config/sz.env/bbb_ble.sh.env.bash | 1 + chezmoi.roots/_src.posix/private_dot_config/sz.env/broot.env | 1 + .../private_dot_config/sz.env/ccc_load_complete-alias.env | 1 + .../_src.posix/private_dot_config/sz.env/envman-and-webi.env | 1 + .../_src.posix/private_dot_config/sz.env/executable__.load.sh | 1 + .../_src.posix/private_dot_config/sz.env/fix-kubectl.env | 2 ++ chezmoi.roots/_src.posix/private_dot_config/sz.env/fix-nvim.env | 2 ++ .../_src.posix/private_dot_config/sz.env/truenas-scale.env | 1 + chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_lsd.env | 1 + chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_pet.env | 2 ++ .../_src.posix/private_dot_config/sz.env/zza_starship.env | 1 + .../_src.posix/private_dot_config/sz.env/zza_vivid.env | 1 + chezmoi.roots/_src.posix/private_dot_config/sz.env/zzb_eza.env | 1 + chezmoi.roots/_src.posix/private_dot_config/sz.env/zzk_fzf.env | 2 ++ .../_src.posix/private_dot_config/sz.env/zzy_atuin.env | 2 ++ .../_src.posix/private_dot_config/sz.env/zzz_bash_post.env | 1 + .../_src.posix/private_dot_config/sz.env/zzz_teleport.env | 2 ++ .../private_dot_local/bin/executable_auto-copy-ssh-id | 1 + .../private_dot_local/bin/executable_get-github-release.sh | 2 ++ .../_src.posix/private_dot_local/bin/executable_load-starship | 1 + .../_src.posix/private_dot_local/bin/executable_load-webi | 1 + .../private_dot_local/bin/executable_szetup-kubectl4k3s | 2 ++ .../_src.posix/private_dot_local/bin/executable_tsh-get | 1 + chezmoi.roots/_src.posix/private_dot_local/bin/executable_tssh | 1 + .../private_dot_local/bin/executable_tssh-with-tunnel | 1 + .../_src.posix/private_dot_local/bin/executable_update-atuin | 2 ++ .../_src.posix/private_dot_local/bin/executable_update-nvim | 2 ++ chezmoi.roots/symclone.sh | 1 + 47 files changed, 65 insertions(+) diff --git a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl index 3513201..958bd03 100644 --- a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl +++ b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl @@ -115,3 +115,4 @@ scriptTempDir={{ $scriptTempDir | quote }} args = ["--paging=never", "{{ "{{ .Destination }}" }}", "{{ "{{ .Target }}" }}"] pager = "moar" +# vim: set ft=toml expandtab tabstop=2 shiftwidth=2: 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 52e7435..725284e 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 @@ -467,3 +467,5 @@ config.key_tables = { -- and finally, return the configuration to wezterm return config + +# vim: set ft=lua expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl b/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl index e9f3c35..b503bad 100644 --- a/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl +++ b/chezmoi.roots/_src.posix/.chezmoiexternal.yaml.tmpl @@ -371,3 +371,5 @@ executable: true refreshPeriod: "{{ $defaultRefresh }}" {{- end -}} + +# vim: set ft=yaml expandtab tabstop=2 shiftwidth=2: diff --git a/chezmoi.roots/_src.posix/dot_zshrc b/chezmoi.roots/_src.posix/dot_zshrc index 7742f46..f1a4f50 100644 --- a/chezmoi.roots/_src.posix/dot_zshrc +++ b/chezmoi.roots/_src.posix/dot_zshrc @@ -6,3 +6,4 @@ [ -s "$HOME/.config/sz.env/_.load.sh" ] && . <( "$HOME/.config/sz.env/_.load.sh" - ) +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/atuin/config.toml b/chezmoi.roots/_src.posix/private_dot_config/atuin/config.toml index bda65c2..dd3a4fd 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/atuin/config.toml +++ b/chezmoi.roots/_src.posix/private_dot_config/atuin/config.toml @@ -140,3 +140,5 @@ common_subcommands = [ # # Set commands that should be totally stripped and ignored from stats #common_prefix = ["sudo"] + +# vim: set ft=toml expandtab tabstop=2 shiftwidth=2: diff --git a/chezmoi.roots/_src.posix/private_dot_config/starship.toml b/chezmoi.roots/_src.posix/private_dot_config/starship.toml index 45402f4..a226edb 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/starship.toml +++ b/chezmoi.roots/_src.posix/private_dot_config/starship.toml @@ -99,3 +99,4 @@ disabled = false [character] disabled = false +# vim: set ft=toml expandtab tabstop=2 shiftwidth=2: 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/099_stop_on_non_interactive_sessions.env index 563bc55..9bd2a37 100644 --- 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/099_stop_on_non_interactive_sessions.env @@ -7,3 +7,5 @@ else ${NO_RESET:+:} reset export NO_RESET=1 fi + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/ID_truenas_scale.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/ID_truenas_scale.env index 8aa90e1..25a2cac 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/ID_truenas_scale.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/ID_truenas_scale.env @@ -6,3 +6,4 @@ function is_truenas() { && [ "$(systemctl is-active "$TRUENAS_TARGET")" = "active" ] } +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: 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/PATH_home_bin.env index 72f28fd..91aea83 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_home_bin.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_home_bin.env @@ -2,3 +2,5 @@ PATH="$HOME/bin:$PATH" PATH="$HOME/.local/bin:$PATH" + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: 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/PATH_node.env index 2c440cb..fad8e0e 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_node.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_node.env @@ -1,3 +1,5 @@ #!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"' export PATH="$HOME/.local/opt/node/bin:$PATH" + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: 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/PATH_truestuff.env index 0095c06..04defbe 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_truestuff.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_truestuff.env @@ -14,3 +14,4 @@ fi && PATH="$SCALE_POOL_ROOT/data/scripts/truestuff:$PATH" \ && export PATH +# 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/PATH_zz_cleanup.env index 7556855..263a642 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_zz_cleanup.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/PATH_zz_cleanup.env @@ -13,3 +13,4 @@ unset NEWPATH OLDPATH colon entry search [[ -n "${DBG}" ]] && echo "${PATH//:/\n}" +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: 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/aaa_000_term.env index 2ad9ef1..a5b5ca0 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_000_term.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_000_term.env @@ -10,3 +10,5 @@ if [ "${SZ_NOMUX:-0}" -ne 1 ]; then && [ -z "${VSCODE_PROFILE_INITIALIZED}" ] \ || SZ_NOMUX=1 fi + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: 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 index a9da302..fdeba8c 100644 --- 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 @@ -66,3 +66,4 @@ if [[ "${BASE_SHELL}" == "zsh" ]]; then [[ -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_2_zinit.env.zsh b/chezmoi.roots/_src.posix/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh index d14c01e..a3cca82 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/aaa_zsh_2_zinit.env.zsh @@ -29,3 +29,4 @@ zinit light jeffreytse/zsh-vi-mode [[ -n "${DBG}" ]] && echo "zi ready" +# 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 index 72d8db7..aeb74e6 100644 --- 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 @@ -7,3 +7,4 @@ if false; then 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/aab_zellij.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/aab_zellij.env index dc326a6..6000c1c 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aab_zellij.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/aab_zellij.env @@ -10,3 +10,5 @@ if is_cmd load-zellij; then [[ "$ZELLIJ_SESSION_NAME" == '__NO_LOAD__' ]] && unset ZELLIJ_SESSION_NAME fi + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: 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/aliases.env.tmpl index c4b0225..8e1978f 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/aliases.env.tmpl +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/aliases.env.tmpl @@ -35,3 +35,4 @@ alias vim='nvim ' 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/bbb_bash_preexec.env.bash b/chezmoi.roots/_src.posix/private_dot_config/sz.env/bbb_bash_preexec.env.bash index 19edd01..9a30db5 100644 --- 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/bbb_bash_preexec.env.bash @@ -22,3 +22,4 @@ if [[ -f "$SZ_ENV_ROOT/lib/bash-preexec/.bash-preexec.sh" ]]; then [[ -n "${DBG}" ]] && echo "Bash-preexec will be loaded." fi +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: 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/bbb_ble.sh.env.bash index 787d5f4..f463430 100644 --- 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/bbb_ble.sh.env.bash @@ -20,3 +20,4 @@ if [[ -n "${DBG}" && -n "${BLE_VERSION-}" ]]; then echo "ble.sh will be loaded." 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 8919977..bcace4c 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 @@ -4,3 +4,4 @@ if is_cmd broot; then source /mnt/szmedia/USERDATA/home/sz/.config/broot/launcher/bash/br fi +# 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/ccc_load_complete-alias.env index 4aa8061..d97380f 100644 --- 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/ccc_load_complete-alias.env @@ -8,3 +8,4 @@ if [[ -n "${DBG}" && -n "$( command -v _complete_alias )" ]]; then echo "complete-alias will be loaded." fi +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/envman-and-webi.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/envman-and-webi.env index f59d5de..8b9cb20 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/envman-and-webi.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/envman-and-webi.env @@ -13,3 +13,4 @@ if is_cmd webi; then . <(webi --init "${SHELL##*/}") 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__.load.sh index da3abee..a2618dd 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__.load.sh @@ -95,3 +95,4 @@ else '' fi +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/fix-kubectl.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/fix-kubectl.env index 88adcd6..7a7333a 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/fix-kubectl.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/fix-kubectl.env @@ -5,3 +5,5 @@ if is_cmd szetup-kubectl4k3s && [ "$(systemctl is-active k3s.service)" = "active [[ -n "${DBG}" ]] && echo "kubectl for k3s setup complete." fi + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/fix-nvim.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/fix-nvim.env index 4f2bb96..9e7c462 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/fix-nvim.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/fix-nvim.env @@ -20,3 +20,5 @@ if [[ -x "${CUSTOM_NVIM_PATH:-$HOME/.local/bin/nvim}" ]]; then "update-alternatives --set vimdiff '${CUSTOM_NVIM_PATH}'" } fi + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/truenas-scale.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/truenas-scale.env index 1ca907a..4fa8094 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/truenas-scale.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/truenas-scale.env @@ -17,3 +17,4 @@ if is_cmd midclt; then fi fi +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: 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/zza_lsd.env index f53a90f..27defa3 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_lsd.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_lsd.env @@ -9,3 +9,4 @@ if is_cmd lsd; then fi +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_pet.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_pet.env index 30aeba1..7f756e1 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_pet.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_pet.env @@ -7,3 +7,5 @@ if is_cmd pet; then [[ -n "${DBG}" ]] && echo "pet loaded." fi + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_starship.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_starship.env index 83653e8..7128afa 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_starship.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_starship.env @@ -11,3 +11,4 @@ elif [[ -n "${DBG}" ]]; then fi +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_vivid.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_vivid.env index 7337696..7bb1491 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_vivid.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zza_vivid.env @@ -8,3 +8,4 @@ if is_cmd vivid && [ -z "$LS_COLORS" ]; then 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/zzb_eza.env index 6a9218d..a810ea1 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzb_eza.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzb_eza.env @@ -9,3 +9,4 @@ if is_cmd eza; then fi +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzk_fzf.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzk_fzf.env index 71b9b42..3e759fb 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzk_fzf.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzk_fzf.env @@ -3,3 +3,5 @@ if ! is_cmd atuin && is_cmd load-fzf; then . <( load-fzf - ) 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 index 03c93ca..d3cd71c 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 @@ -15,3 +15,5 @@ if is_cmd atuin; then [[ -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/zzz_bash_post.env b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_bash_post.env index 9139b36..6d2f535 100644 --- 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_post.env @@ -10,3 +10,4 @@ if [[ "${BASE_SHELL}" == "bash" ]]; then fi 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/zzz_teleport.env index 28f8a6d..f6c1d32 100644 --- a/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_teleport.env +++ b/chezmoi.roots/_src.posix/private_dot_config/sz.env/zzz_teleport.env @@ -9,3 +9,5 @@ if is_cmd tsh && tsh version | grep -q '^Teleport'; then . <(tsh --completion-script-${BASE_SHELL}) fi + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_auto-copy-ssh-id b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_auto-copy-ssh-id index 74dffd6..9c00355 100644 --- a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_auto-copy-ssh-id +++ b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_auto-copy-ssh-id @@ -39,3 +39,4 @@ for _host in "${REMOTE_HOST[@]}"; do fi done +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_get-github-release.sh b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_get-github-release.sh index dd16b97..03bbaaa 100644 --- a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_get-github-release.sh +++ b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_get-github-release.sh @@ -18,3 +18,5 @@ DL_URL=$( \ [[ -n "$DL_URL" ]] \ && printf "%s\n" $DL_URL \ || return 1 2>/dev/null || exit 1 + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_load-starship b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_load-starship index 43487ea..a2f05dc 100644 --- a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_load-starship +++ b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_load-starship @@ -36,3 +36,4 @@ else '' fi +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_load-webi b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_load-webi index 32e58fd..049a3d0 100644 --- a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_load-webi +++ b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_load-webi @@ -38,3 +38,4 @@ else '' fi +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_szetup-kubectl4k3s b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_szetup-kubectl4k3s index bdeb8ab..673f2f2 100644 --- a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_szetup-kubectl4k3s +++ b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_szetup-kubectl4k3s @@ -121,3 +121,5 @@ else " $ . <( $SCRIPT_NAME - ) # Note the '-' after the script's name" \ '' fi + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tsh-get b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tsh-get index 1bf3f32..9374778 100644 --- a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tsh-get +++ b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tsh-get @@ -60,3 +60,4 @@ fi ${SILENT:+:} printf '\n%s selected.\n' "$SELECTED" >&2 echo "$SELECTED" +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tssh b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tssh index c607a90..fab5f6e 100644 --- a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tssh +++ b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tssh @@ -26,3 +26,4 @@ TARGET="${SSHUSER}@$(tsh-get "$SEARCH" "$SSHUSER")" tsh ssh ${TUNNEL} "${TARGET}" "${@:2}" +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tssh-with-tunnel b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tssh-with-tunnel index 189a960..da8c552 100644 --- a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tssh-with-tunnel +++ b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_tssh-with-tunnel @@ -45,3 +45,4 @@ SSH_OPTS="${SSH_OPTS:--N}" printf "Executing: %s ...\n" "tsh ssh ${TUNNEL} ${TARGET} ${*:2}" >&2 eval "${RUN} tsh ssh ${SSH_OPTS} ${TUNNEL} '${TARGET}' ${*:2}" +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_update-atuin b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_update-atuin index 816f97f..d450525 100644 --- a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_update-atuin +++ b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_update-atuin @@ -30,3 +30,5 @@ _update-atuin() { ( ); } _update-atuin "${@}" + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_update-nvim b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_update-nvim index 512d4d0..10606b4 100644 --- a/chezmoi.roots/_src.posix/private_dot_local/bin/executable_update-nvim +++ b/chezmoi.roots/_src.posix/private_dot_local/bin/executable_update-nvim @@ -55,3 +55,5 @@ _update-nvim() { } _update-nvim "${@}" + +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: diff --git a/chezmoi.roots/symclone.sh b/chezmoi.roots/symclone.sh index c39b46b..2b4c541 100755 --- a/chezmoi.roots/symclone.sh +++ b/chezmoi.roots/symclone.sh @@ -110,3 +110,4 @@ done echo "${SCRIPT_NAME} for '$DEST_DIR' done." >&2 +# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: