finished with a bunch more

This commit is contained in:
Matthew Stobbs
2026-03-03 15:08:15 -07:00
parent 24a4ec17ec
commit 065031b77f
27 changed files with 364 additions and 208 deletions

View File

@@ -91,10 +91,32 @@ ansible_ls:
install_methods:
- source
- system
npm_pkg:
name: '@ansible/ansible-language-server'
global: true
pkg_deps:
- nodejs
# {{{ bashls
bashls:
install_methods:
- source
npm_pkg:
name: bash-language-server
global: true
# }}}
cargo:
install_methods:
- system
cmake:
install_methods:
- system
direnv:
install_methods:
- system
cargo:
eza:
install_methods:
- source
fzf:
install_methods:
- system
git:
@@ -107,19 +129,77 @@ go:
hyprland:
install_methods:
- source
neovim:
neovim: # {{{
git_repo: https://github.com/neovim/neovim
appimage:
base_url: https://github.com/neovim/neovim/releases/download
pkgname:
RedHat: neovim
Debian: neovim
Darwin: neovim
FreeBSD: neovim
build_files:
- lib64/nvim
- bin/nvim
- share/nvim
- share/applications/nvim.desktop
- share/icons/hicolor/128x128/apps/nvim.png
- share/man/man1/nvim.1
build_pkgdeps:
- cmake
- git
build_deps:
RedHat:
- cmake
- curl
- gcc
- gettext
- glibc-gconv-extra
- make
- ninja-build
Debian:
- build-essential
- cmake
- curl
- gettext
- ninja-build
Darwin:
- cmake
- curl
- gettext
- ninja
Alpine:
- build-base
- cmake
- coreutils
- curl
- gettext-dev
install_methods:
- source
- system
- appimage
- archive
# }}}
nerdfonts:
install_methods:
- archive
- system
nodejs:
install_methods:
- system
pkgname:
Linux: nodejs
Darwin: node
pkg_deps:
Linux:
- npm
- sqlite
rust:
install_methods:
- system
starship:
install_methods:
- source
yazi:
install_methods:
- source
@@ -130,7 +210,6 @@ zoxide:
zsh:
install_methods:
- system
- source
## Package specific configuration that never need to be set by the installer
__nerdfonts: # {{{