From 48312719396f00e9087c7a19f15d7dafec677a33 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Sat, 22 Oct 2022 13:30:26 +0200 Subject: [PATCH] code extensions --- post_install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/post_install.sh b/post_install.sh index 87f6df1..098840e 100644 --- a/post_install.sh +++ b/post_install.sh @@ -17,6 +17,11 @@ yay -S --noconfirm --answerdiff=None neovim-plug # vim plugins nvim --headless +PlugInstall +qall +# vs code plugins +code --install-extension asvetliakov.vscode-neovim +code --install-extension ms-python.python +code --install-extension sainnhe.everforest + # install zsh and omz #chsh -s $(which zsh) sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended