This commit is contained in:
Matthew Stobbs
2026-02-25 17:10:20 -07:00
parent e39c3b7046
commit 30313d2858
29 changed files with 32 additions and 505 deletions

View File

@@ -135,3 +135,7 @@ nerdfonts_install_list:
nerdfonts_base_url: https://github.com/ryanoasis/nerd-fonts/releases/latest/download
nerdfonts_install_path: share/fonts
# }}}
# {{{ zsh
zsh_base_url: git://git.code.sf.net/p/zsh/code
zsh_version: zsh-5.9
# }}}

View File

@@ -104,9 +104,12 @@ nerdfonts_install_methods:
yazi_install_methods:
- source
- cargo
zsh_install_methods:
- system
- source
## Package specific configuration that never need to be set by the installer
__nerdfonts:
__nerdfonts: # {{{
0xProto:
brew: font-0xproto-nerd-font
"3270":
@@ -270,3 +273,4 @@ __nerdfonts:
ZedMono:
brew: font-zed-mono-nerd-font
base_url: https://github.com/ryanoasis/nerd-fonts/releases/latest/download
# }}}