This commit is contained in:
David Tomaschik
2026-02-12 16:13:01 -08:00
parent 21b24b2c2f
commit 20a5885031
11 changed files with 14 additions and 387 deletions

7
bin/update_skel Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
SKEL_DIR=$(dirname -- "$(readlink -f -- "$HOME/.profile")")
cd -- "$SKEL_DIR"
cd -- "$(git rev-parse --show-toplevel)"
git pull
./install.sh