diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index 515561c..d5f292b 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -2,7 +2,7 @@ link: relink: true -- clean: ['~'] +- clean: ["~"] - link: ~/.ack: ack @@ -25,6 +25,12 @@ ~/.zshrc: zshrc - shell: - - [git submodule update --init --recursive, Installing submodules] - - [~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1, Installing tmux plugins] - - [nvim --headless -c "lua lsp_install_sync()" -c "quitall"] + - [git submodule update --init --recursive, Installing submodules] + - [ + ~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1, + Installing tmux plugins, + ] + - [ + nvim -u ~/.config/nvim/init.vim +PlugUpgrade +PlugInstall +PlugClean +qall, + ] + - [nvim --headless -c "lua lsp_install_sync()" -c "quitall"]