nvim and tmux styling

This commit is contained in:
Robert Perce 2026-01-31 17:43:09 -06:00
parent 21127d307d
commit f5949b3d50
4 changed files with 41 additions and 3 deletions

View file

@ -10,9 +10,9 @@ missing=()
check_apply() {
while IFS= read -r package; do
cmd=$(echo "$package" | cut -d\; -f1)
pkg=$(echo "$package" | grep -Eo "$(_os):[^ ]+" || echo ":$cmd")
pkg=$(echo "$package" | grep -Eo "$(_os):[^ ]*" || echo ":$cmd")
pkg=$(echo "$pkg" | cut -d: -f2)
[ -n "$pkg" ] || next
[ -n "$pkg" ] || continue
command -v "$cmd" >/dev/null || missing+=( "$pkg" )
done < ~/.config/mgmt/packages

View file

@ -1,3 +1,6 @@
entr
git
make
nvim; termux:neovim arch:neovim ubuntu:
tailscale; termux:
tmux