puuuuuush

This commit is contained in:
2025-04-01 01:00:13 -04:00
parent 52c0e15303
commit 5341a19141
4 changed files with 33 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ echo "PKGUPD: ${PKGUPD}"
echo "PKGINST: ${PKGINST}"
# Install zsh, neovim, ripgrep, fd
[[ $PKGINST != '' ]] && $PKGUPD && $PKGINST curl tmux zsh ripgrep fd-find fzf
[[ $PKGINST != '' ]] && $PKGUPD && $PKGINST curl tmux zsh ripgrep fd-find fzf tree
# Install neovim
pushd /tmp || true