finished list, now to test them all

This commit is contained in:
Matthew Stobbs
2026-04-13 13:11:50 -06:00
parent 4a44382b01
commit 633a8cad84
163 changed files with 210 additions and 4672 deletions

View File

@@ -49,12 +49,6 @@ path_profile:
Linux: /etc/profile.d
FreeBSD: /etc/profile.d
# Per package variables
# neovim {{{
neovim_version: master
neovim_build_type: Release
# }}}
# {{{ nerdfonts
nerdfonts_install_list:
- JetBrainsMono
- FiraCode
@@ -62,13 +56,3 @@ nerdfonts_install_list:
- GoMono
- Hack
- Symbols
nerdfonts_base_url: https://github.com/ryanoasis/nerd-fonts/releases/latest/download
nerdfonts_install_path: share/fonts
# }}}
# rust {{{
rust_pkgname: rust
# }}}
# {{{ zsh
zsh_base_url: git://git.code.sf.net/p/zsh/code
zsh_version: zsh-5.9
# }}}