feat: add git lfs package

This commit is contained in:
Pallav Vasa 2025-05-17 06:11:42 +00:00
parent f09654160a
commit 0e2f89bde4

View File

@ -10,7 +10,7 @@ ctr=$(buildah from archlinux)
buildah run "$ctr" -- bash -c "
pacman -Sy --noconfirm && \
pacman -S --noconfirm --needed base-devel neovim git fish tmux \
pacman -S --noconfirm --needed base-devel neovim git git-lfs fish tmux \
nodejs python podman fzf fd ripgrep jdk-openjdk fisher yazi less buildah \
lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \
lua51 openssh && \