Set personal git identity, fix zshrc theme, improve bw-ssh service

- config/git/gitconfig: real name, email, and SSH signing key
- config/shell/zshrc: fix typo 'powerlevel10zsh' → 'powerlevel10k'
- config/systemd/bw-ssh-keys.service: depend on graphical-session
  instead of network (ssh-agent starts with session); add explicit
  PATH so bw and jq are found; add RemainAfterExit=yes
  (avoids restart loop on oneshot services)
This commit is contained in:
2026-06-07 14:34:18 +10:00
parent 5a44aaecb0
commit c7845fd04d
3 changed files with 8 additions and 6 deletions

6
config/git/gitconfig Normal file → Executable file
View File

@@ -1,7 +1,7 @@
[user]
name = Your Name
email = your.email@example.com
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAA... your-public-key-comment
name = Julian Prester
email = hi@julianprester.com
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO14cVPAkygA4OIMmQ1PiBBQ9mQ+nY5n7XKJA0jD9ZOl github@julianprester.com
[init]
defaultBranch = main
[credential "https://git.julianprester.com"]