meta: add install/uninstall system

This commit is contained in:
2026-01-17 17:44:55 +00:00
parent 33b5c9ddac
commit 847549267a
5 changed files with 108 additions and 0 deletions

11
uninstall Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# vim: ft=bash
if ! command -v python3 >/dev/null 2>&1; then
echo "Err: This script requires Python 3."
exit -1
fi
dotfile_dir=$(realpath $(dirname "$0"))
python3 $dotfile_dir/meta/uninstall.py $dotfile_dir