refactored spacevim to neovim
This commit is contained in:
parent
431cd22232
commit
af7703c168
2 changed files with 8 additions and 6 deletions
6
init.sh
6
init.sh
|
@ -74,9 +74,9 @@ git_user () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
#install spacevim & neovim
|
#install neovim & nvchad
|
||||||
echo "Installing Spacevim & Friends!"
|
echo "Installing neovim & Friends!"
|
||||||
bash ./spacevim.sh
|
bash ./nvchad.sh
|
||||||
|
|
||||||
#install fonts for terminal
|
#install fonts for terminal
|
||||||
fonts () {
|
fonts () {
|
||||||
|
|
|
@ -6,9 +6,11 @@ git clone https://tpope.io/vim/sensible.git ~/.vim/pack/tpope/start
|
||||||
|
|
||||||
echo "Install Neovim"
|
echo "Install Neovim"
|
||||||
mkdir -v ~/bin
|
mkdir -v ~/bin
|
||||||
trash ~/bin/nvim
|
if [[ -f "/usr/bin/neovim" ]]; then
|
||||||
curl -L https://github.com/neovim/neovim/releases/download/v0.11.2/nvim-linux-x86_64.appimage -o ~/bin/nvim
|
trash ~/bin/nvim
|
||||||
chmod u+x ~/bin/nvim
|
curl -L https://github.com/neovim/neovim/releases/download/v0.11.2/nvim-linux-x86_64.appimage -o ~/bin/nvim
|
||||||
|
chmod u+x ~/bin/nvim
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Install NvChad"
|
echo "Install NvChad"
|
||||||
# https://nvchad.com/docs/quickstart/install
|
# https://nvchad.com/docs/quickstart/install
|
Loading…
Add table
Add a link
Reference in a new issue