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 && \