Install prerequisites and update dependency installation

Added installation of prerequisites and improved dependency handling.
This commit is contained in:
alvinlollo
2025-10-28 22:21:42 +11:00
committed by GitHub
parent c28c59fca4
commit 5385c535cb
+8 -1
View File
@@ -1,3 +1,6 @@
# Install prerequisetes
sudo pacman -S --needed --noconfirm git curl wget python3 python-pip
# LazyVim Install
mv ~/.config/nvim{,.bak}
@@ -8,4 +11,8 @@ cp ~/.cache/nvim{,.bak} -r
git clone https://github.com/alvinlollo/LazyVim ~/.config/nvim
curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/requirements.txt | pip install -r -
# Dependencys for Gdoc.vim
wget https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/requirements.txt
pip3 install -r requirements.txt --break-system-packages
echo "pip3 install -r requirements.txt"