New directory structure + basilisk

This commit is contained in:
2026-01-12 19:32:18 -07:00
parent 298eb76909
commit ff69bb8284
316 changed files with 2467 additions and 1375 deletions

7
install Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
path=$(readlink -f "${BASH_SOURCE[0]}")
dir=$(dirname "$path")
mkdir -p "$HOME/local/bin"
ln -s "${dir}/bin/dotf" "$HOME/.local/bin/dotf"
ln -s "${dir}/lib/shchemes/shchemes" "$HOME/.local/bin/shchemes"