added nvim
This commit is contained in:
parent
b4cea704b1
commit
ceb2b07353
9 changed files with 195 additions and 0 deletions
2
init.sh
2
init.sh
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue