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