1
0
Fork 0

remove neovim plugin setup during installation; move it to post install

This commit is contained in:
Pratham Patel 2023-02-11 09:25:33 +05:30
parent 348b4a3f5e
commit 6ed7ac6115
1 changed files with 0 additions and 16 deletions

View File

@ -3,11 +3,6 @@
pushd /home/pratham
mkdir my-git-repos
pushd my-git-repos
################################################################################
# DOTFILE CLONING
################################################################################
git clone --depth 1 https://git.thefossguy.com/thefossguy/dotfiles.git
pushd dotfiles
tput -x clear
@ -19,15 +14,4 @@ rsync \
../dotfiles/ ~/
popd
popd
################################################################################
# NEOVIM PLUGINS
################################################################################
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
nvim +'PackerSync' +'q' +'q'
nvim +'checkhealth telescope' +'q' +'q'
nvim +'TSUpdate' +'q' +'q'
popd