|
|
@ -17,6 +17,11 @@ yay -S --noconfirm --answerdiff=None neovim-plug
|
|
|
|
# vim plugins
|
|
|
|
# vim plugins
|
|
|
|
nvim --headless +PlugInstall +qall
|
|
|
|
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
|
|
|
|
# install zsh and omz
|
|
|
|
#chsh -s $(which zsh)
|
|
|
|
#chsh -s $(which zsh)
|
|
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
|
|
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
|
|
|
|