mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
Install prerequisites and update dependency installation
Added installation of prerequisites and improved dependency handling.
This commit is contained in:
+8
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user