mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
Install pip requirements
This commit is contained in:
+3
-1
@@ -6,4 +6,6 @@ cp ~/.local/share/nvim{,.bak} -r
|
||||
cp ~/.local/state/nvim{,.bak} -r
|
||||
cp ~/.cache/nvim{,.bak} -r
|
||||
|
||||
git clone https://github.com/alvinlollo/LazyVim ~/.config/nvim
|
||||
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 -
|
||||
|
||||
Reference in New Issue
Block a user