feat: Moves local scripts directory. Handles systemd configurations.

This commit is contained in:
2025-09-28 10:04:15 -04:00
parent e5baef9bac
commit 28903f8078
50 changed files with 323 additions and 271 deletions

11
env/.local/scripts/ncis vendored Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
# Creates a new `zet` inside the NCI Summit `Zettlekasten`
_main() {
ZETDIR="$HOME/Documents/NCISummit" eval zet "$@"
}
_main "$@"