From 6ed7ac6115d74ac25be4cf8b64a0150eca64b1cb Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 11 Feb 2023 09:25:33 +0530 Subject: [PATCH] remove neovim plugin setup during installation; move it to post install --- scripts/doas-pratham.sh | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/scripts/doas-pratham.sh b/scripts/doas-pratham.sh index 747e811..994dbb8 100755 --- a/scripts/doas-pratham.sh +++ b/scripts/doas-pratham.sh @@ -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