added nvim

This commit is contained in:
Stefen Auris 2023-02-16 15:30:51 -05:00
parent b4cea704b1
commit ceb2b07353
9 changed files with 195 additions and 0 deletions

View file

@ -76,6 +76,8 @@ spacevim () {
[ -d $HOME/.vim ] && mv "$HOME/.vim" "$HOME/vim_bk"
[ -f $HOME/.vimrc ] && mv "$HOME/.vimrc" "$HOME/vimrc_bk"
curl -sLf https://spacevim.org/install.sh | bash
echo "Install nvchad"
git clone https://github.com/NvChad/NvChad ~/.config/nvim
}
#install fonts for terminal
fonts () {