Moved chezmoi data one level down under chezmoi.roots

This commit is contained in:
Lockszmith (Mac@VAST) 2025-04-14 14:05:59 -04:00
parent c34f7ae631
commit de47f0c388
240 changed files with 90 additions and 76 deletions

View file

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

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_local/bin/executable_auto-copy-ssh-id

View file

@ -0,0 +1,8 @@
#! /usr/bin/env bash
DIR=${1:?Must supply path (use . for CWD)}
find "${DIR}" -type d -exec chmod 775 '{}' \; \
&& find "${DIR}" -type f -not -executable -exec chmod 664 '{}' \; \
&& find "${DIR}" -type f -executable -exec chmod 775 '{}' \;

View file

@ -0,0 +1 @@
../../../_src.posix/private_dot_local/bin/executable_get-github-release.sh

View file

@ -0,0 +1,35 @@
#! /usr/bin/env bash
# Default is ~2 which will translate to '<default>~2'
# '<default>' and '<deafult>~1' mean pretty much the same
# '<default>~2' is one commit before it.
arg_one="${1:-}"
if [[ -z "$arg_one" ]]; then
if (git show main~2 --quiet --online 2>&1) >/dev/null; then
arg_one="~2"
elif (git show main~1 --quiet --online 2>&1) >/dev/null; then
arg_one="~1"
else
arg_one="+"
fi
fi
if [[ "$arg_one" == '+' ]]; then
[[ "${LINES-0}" -ne 0 ]] || LINES="$(tput lines)"
arg_one="-$(( (LINES-1)/3 ))"
elif [[ "$arg_one" =~ ^\.?~ ]]; then
arg_one="$(git default)${arg_one#\.}.."
fi
git_args=(
"--abbrev-commit" "--decorate" "--graph"
"--format=%C(yellow)%h%C(reset) %C(dim cyan)[%><(14)%ar] %C(reset)%C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset) "
"$arg_one" "${@:2}"
)
if [ "$1" == "---" ]; then
git_args=("${@:2}")
fi
#ANSI_Grey "${git_args[*]}" && echo ''
command git log "${git_args[@]}"
printf "\n"

View file

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

View file

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

View file

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

View file

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

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/executable_update-atuin

View file

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

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 @@
/sbin/zfs