🔧 All sorts of configuration files that I like.
Find a file
2025-06-28 21:52:32 -07:00
.config feat: add ghostty 2025-06-28 21:52:32 -07:00
.gitconfig feat: move all gpg config to separate file 2025-05-27 12:22:40 -07:00
.gitignore feat: add custom zsh config 2025-05-27 12:22:40 -07:00
.macos Update .macos 2025-05-27 12:20:44 -07:00
.zprofile feat: move options to .zshcustom 2025-06-14 00:11:25 -07:00
.zshrc feat: move options to .zshcustom 2025-06-14 00:11:25 -07:00
README.md feat: update init steps 2025-05-27 12:52:11 -07:00

dotfiles

All of my configuration files -- typically dot variety, but might be other files that configure things.

Initialization

Generate ~/.ssh/allowed_signers file:

echo "$(git config --get user.email) namespaces=\"git\" $(eval echo $(git config --get user.signingkey) | xargs cat)" >> ~/.ssh/allowed_signers

Color schemes

I use Tokyo Night as my theme wherever possible, and Operator Mono as my typeface. If you want to use the same version, patch your own version of Operator Mono with Nerd Fonts.

Inspiration