From 0e2f89bde4a51cb65b5b77e6092e3fe1f43e9130 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Sat, 17 May 2025 06:11:42 +0000 Subject: [PATCH] feat: add git lfs package --- build-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-base.sh b/build-base.sh index fe1940d..33300eb 100755 --- a/build-base.sh +++ b/build-base.sh @@ -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 && \