WIP: TODO updates, nvim updates.

This commit is contained in:
2025-11-10 16:03:42 -05:00
parent f1b65e955e
commit 52cbe2ad89
3 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ A list of in-progress and completed todo's.
- [x] Add gpg public key import into `runs/after/system`
- [ ] Need to ensure ssh keys are setup before private submodules are loaded / installed,
so I need to make sure that Yubikey setup runs early and works for ssh authentication.
- [ ] Setup a new machine / virtual machine to test, as it's hard to test the scripts once a machine is setup.
### Keyboard / kanata

View File

@@ -49,6 +49,7 @@ _setup-gpg() {
source ./import
)
popd &>/dev/null || exit 1
rm -rf "$dir"
}
install() {