Compare commits

..

4 commits

Author SHA1 Message Date
Lockszmith (@kateryna)
b91082c998 rename initialization to allow debugging 2025-04-03 21:15:16 -04:00
Lockszmith (@kateryna)
3f15f4c8b2 Fix externals on linux 2025-04-03 21:14:31 -04:00
Lockszmith (@kateryna)
95964b4024 =align _home with symlinks and new features 2025-04-03 21:14:01 -04:00
Lockszmith (@Kateryna)
14e5c0174c some more generalization 2025-04-03 20:05:42 -04:00
40 changed files with 34 additions and 13 deletions

View file

@ -1 +0,0 @@
../_src.posix/.chezmoiexternal.yaml

View file

@ -0,0 +1 @@
../_src.posix/.chezmoiexternal.yaml.tmpl

1
_home/dot_vimrc Symbolic link
View file

@ -0,0 +1 @@
../_src.posix/dot_vimrc

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/.aliases.macos.env

View file

@ -1 +0,0 @@
../../../_src.posix/private_dot_config/sz.env/000_stop_on_non_interactive_sessions.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env

View file

@ -1 +0,0 @@
../../../_src.posix/private_dot_config/sz.env/aaa_zsh_0_perp.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/aaa_zsh_0_perp.env.zsh

View file

@ -1 +0,0 @@
../../../_src.posix/private_dot_config/sz.env/aaa_zsh_2_zinit.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/aaa_zsh_2_zinit.env.zsh

View file

@ -1 +0,0 @@
../../../_src.posix/private_dot_config/sz.env/aaa_zsh_3_completion_system.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/aaa_zsh_3_completion_system.env.zsh

View file

@ -1 +0,0 @@
../../../_src.posix/private_dot_config/sz.env/aliases.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/aliases.env.tmpl

View file

@ -1 +0,0 @@
../../../_src.posix/private_dot_config/sz.env/bbb_bash_preexec.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/bbb_bash_preexec.env.bash

View file

@ -1 +0,0 @@
../../../_src.posix/private_dot_config/sz.env/bbb_ble.sh.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/bbb_ble.sh.env.bash

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/remove_000_stop_on_non_interactive_sessions.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/remove_aaa_zsh_0_perp.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/remove_aaa_zsh_2_zinit.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/remove_aaa_zsh_3_completion_system.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/remove_bbb_bash_preexec.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/remove_bbb_ble.sh.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/sz.env/zzz_teleport.env

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_config/vim/_init

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_local/bin/.keep

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_local/bin/executable_tsh-get

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_local/bin/executable_tssh

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_local/bin/executable_tssh-with-tunnel

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_local/bin/symlink_nvim

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_local/bin/symlink_vi

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_local/bin/symlink_vim

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_local/bin/symlink_vim.tiny

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_local/bin/symlink_vimdiff

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_ssh/config.d/.keep

View file

@ -213,7 +213,7 @@
url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh" url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
refreshPeriod: "{{ $defaultRefresh }}" refreshPeriod: "{{ $defaultRefresh }}"
{{- if eq .chezmoi.os "linux" -}} {{ if eq .chezmoi.os "linux" -}}
".local/bin/nvim.AppImage": ".local/bin/nvim.AppImage":
type: "file" type: "file"
url: "https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage" url: "https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage"

View file

@ -4,5 +4,5 @@ if [[ ! "$-" =~ i ]]; then
LOAD_EXIT=1 LOAD_EXIT=1
echo "Non interactive session ($-) , stopping load of shell environment" 1>&2 echo "Non interactive session ($-) , stopping load of shell environment" 1>&2
else else
reset ${NO_RESET:+:} reset
fi fi

View file

@ -11,7 +11,7 @@ is_sourced() {
} }
BASE_0=${BASE_0:-$0} BASE_0=${BASE_0:-$0}
BASE_SHELL=$(basename "$SHELL") BASE_SHELL="${BASE_SHELL:-$(basename "$SHELL")}"
if is_sourced; then if is_sourced; then
zellij-cleanup() { zellij-cleanup() {
@ -47,7 +47,8 @@ ${SET:-:} -x
env zellij "${@}" env zellij "${@}"
fi fi
} }
zellij-completion() {
zellij-load-completion() {
if [[ "${BASE_SHELL}" == "zsh" ]]; then if [[ "${BASE_SHELL}" == "zsh" ]]; then
type _zellij > /dev/null \ type _zellij > /dev/null \
|| . <( env zellij setup --generate-completion zsh | sed -Ee 's/^(_(zellij) ).*/compdef \1\2/' ) || . <( env zellij setup --generate-completion zsh | sed -Ee 's/^(_(zellij) ).*/compdef \1\2/' )
@ -57,7 +58,7 @@ ${SET:-:} -x
} }
${SET:-:} -x ${SET:-:} -x
if [[ -n "$(env which zellij)" ]]; then if [[ -n "$(env which zellij)" ]]; then
zellij-completion zellij-load-completion
fi fi
${SET:-:} -x ${SET:-:} -x
# Was needed when zsh would load # Was needed when zsh would load