mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-06 02:47:49 +02:00
fix installer (accidentally overwrote)
This commit is contained in:
parent
34d442184e
commit
5c27f4f1cb
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ installpynvim() {
|
|||
cloneconfig() {
|
||||
echo "Cloning NVCode configuration"
|
||||
git clone https://github.com/ChristianChiarulli/nvcode.git ~/.config/nvcode
|
||||
nvim --headless +PackSync +qall >/dev/null 2>&1
|
||||
nvim --headless +PackerInstall +qall >/dev/null 2>&1
|
||||
}
|
||||
|
||||
asktoinstallnode() {
|
||||
|
@ -123,8 +123,8 @@ pip3 list | grep pynvim >/dev/null && echo "pynvim installed, moving on..." || i
|
|||
# clone config down
|
||||
cloneconfig
|
||||
|
||||
echo 'export PATH=/home/$USER/.config/nvcode/utils/bin:$PATH' >>~/.zshrc
|
||||
echo 'export PATH=/home/$USER/.config/nvcode/utils/bin:$PATH' >>~/.bashrc
|
||||
echo 'export PATH=$HOME/.config/nvcode/utils/bin:$PATH' >>~/.zshrc
|
||||
echo 'export PATH=$HOME/.config/nvcode/utils/bin:$PATH' >>~/.bashrc
|
||||
|
||||
echo "I recommend you also install and activate a font from here: https://github.com/ryanoasis/nerd-fonts"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue