diff --git a/post_install.sh b/post_install.sh index 5652140..87f6df1 100644 --- a/post_install.sh +++ b/post_install.sh @@ -14,6 +14,9 @@ papirus-folders -C nordic --theme Papirus # install aur packages yay -S --noconfirm --answerdiff=None neovim-plug +# vim plugins +nvim --headless +PlugInstall +qall + # install zsh and omz #chsh -s $(which zsh) sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended