14 lines
607 B
Markdown
14 lines
607 B
Markdown
# dotfiles
|
|
|
|
All of my configuration files -- typically dot variety, but might be other files that configure things.
|
|
|
|
## iTerm2 Theme
|
|
|
|
I use [Tokyo Night][tn] as my theme.
|
|
|
|
By default it loads a customized version of [Operator Mono][om] w/ all the [Nerd Font][nf] fixings. If you want to use this same version, [patch your own version][patch] of Operator Mono with Nerd Fonts.
|
|
|
|
[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
|