Update a lot of stuff, bad tracking, but need to update

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-07-17 10:13:23 -04:00
parent 36bda85561
commit 965d9f030f
17 changed files with 68 additions and 31 deletions

View file

@ -0,0 +1 @@
../../_home/private_dot_config/remove_starship.toml.old

View file

@ -1 +0,0 @@
../../../_home/private_dot_config/sz.env/011_zsh_2_zinit.env.zsh

View file

@ -1 +0,0 @@
../../../_home/private_dot_config/sz.env/011_zsh_3_completion_system.env.zsh

View file

@ -0,0 +1,31 @@
#!/usr/bin/env -S zsh -c 'echo "Not a user script. source(aka .) only"'
if [ -n "$ZI_HOME" ]; then
#zinit light 'marlonrichert/zsh-autocomplete'
zinit light 'zsh-users/zsh-completions'
zinit light 'zsh-users/zsh-autosuggestions'
else
znap source 'zdharma-continuum/fast-syntax-highlighting'
#znap source 'marlonrichert/zsh-autocomplete'
znap source 'zsh-users/zsh-completions'
znap source 'zsh-users/zsh-autosuggestions'
# Make Tab and ShiftTab cycle completions on the command line
# bindkey '^I' menu-complete
# bindkey "$terminfo[kcbt]" reverse-menu-complete
# Make Tab and ShiftTab go to the menu
bindkey '^I' menu-select
[ -z "$terminfo[kcbt]" ] || bindkey "$terminfo[kcbt]" menu-select
# Make Tab and ShiftTab change the selection in the menu
bindkey -M menuselect '^I' menu-complete
[ -z "$terminfo[kcbt]" ] || bindkey -M menuselect "$terminfo[kcbt]" reverse-menu-complete
# Make ← and → always move the cursor on the command line
# bindkey -M menuselect '^[[D' .backward-char '^[OD' .backward-char
# bindkey -M menuselect '^[[C' .forward-char '^[OC' .forward-char
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -1 +0,0 @@
../../../_home/private_dot_config/sz.env/091_load_complete-alias.env

View file

@ -1 +0,0 @@
../../../_home/private_dot_config/television/vast_channels.toml

View file

@ -0,0 +1,15 @@
# S3
[[cable_channel]]
name = "vast-s3-releases"
source_command = "vast-lab get s3-releases"
preview_command = "aws s3 ls s3://vastdata-releases/release_bundles/service-packs/{0}/"
[[cable_channel]]
name = "vast-s3-callhome"
source_command = "vast-lab get s3-callhome"
preview_command = "aws s3 ls s3://vast-callhomebundle/{0}/"
[[cable_channel]]
name = "files"
source_command = "fd -I -t f"
preview_command = ":files:"

View file

@ -0,0 +1 @@
../../../_home/private_dot_config/zellij/config.kdl.tmpl

View file

@ -0,0 +1 @@
../../../../_home/private_dot_config/zellij/layouts/RTP-IceLake.kdl

View file

@ -1 +0,0 @@
../../../../_home/private_dot_config/zellij/layouts/cs-dbg.kdl

View file

@ -0,0 +1 @@
../../../_home/private_dot_local/bin/symlink_zfs.tmpl

View file

@ -10,8 +10,8 @@ Host cs-dbg-tmp l3136
User vastdata
IdentityFile ~/.ssh/vast.id_rsa
Host my-loop sales-devvm-gal-szkolnik-spot
User centos
HostName 10.91.1.10
Host bonzo2 v60 10.27.200.60
User vastdata
IdentityFile ~/.ssh/vast.id_rsa
# vim: set ft=sshconfig sw=4 sts=4 et: