mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(nvim): add updates for Packer and Mason to install, setup, and update scripts
This commit is contained in:
@@ -29,3 +29,5 @@
|
|||||||
- shell:
|
- shell:
|
||||||
- [git submodule update --init --recursive, Installing submodules]
|
- [git submodule update --init --recursive, Installing submodules]
|
||||||
- [~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1, Installing tmux plugins]
|
- [~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1, Installing tmux plugins]
|
||||||
|
- [nvim -c 'autocmd User PackerComplete quitall' -c 'PackerSync', Installing Neovim Packer plugins]
|
||||||
|
- [nvim +Mason +15sleep +qall, Installing Neovim Mason plugins]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
vim -u ~/.vimrc +PlugInstall +qall
|
nvim -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
||||||
|
nvim +Mason +15sleep +qall
|
||||||
|
|||||||
2
zshrc
2
zshrc
@@ -93,6 +93,8 @@ function update () {
|
|||||||
pip list -o --format columns| cut -d' ' -f1|xargs -n1 pip install -U
|
pip list -o --format columns| cut -d' ' -f1|xargs -n1 pip install -U
|
||||||
npm update npm -g
|
npm update npm -g
|
||||||
npm update -g
|
npm update -g
|
||||||
|
nvim -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
||||||
|
nvim +Mason +15sleep +qall
|
||||||
sudo softwareupdate -i -a
|
sudo softwareupdate -i -a
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user