dotfiles/README.md

25 lines
909 B
Markdown

# dotfiles
All of my configuration files -- typically dot variety, but might be other files that configure things.
## Initialization
Generate `~/.ssh/allowed_signers` file:
```sh
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][tn] as my theme wherever possible, and [Operator Mono][om] as my typeface. If you want to use the same version, [patch your own version][patch] of Operator Mono with [Nerd Fonts][nf].
[tn]: https://github.com/folke/tokyonight.nvim
[om]: https://www.typography.com/blog/introducing-operator
[nf]: https://github.com/ryanoasis/nerd-fonts
[patch]: https://github.com/ryanoasis/nerd-fonts#option-8-patch-your-own-font
## Inspiration
- `tmux`: https://www.youtube.com/watch?v=DzNmUNvnB04
- `zsh`: https://www.youtube.com/watch?v=ud7YxC33Z3w