diff --git a/scripts/post-install.sh b/scripts/post-install.sh index 3c174ac..5cf45e0 100644 --- a/scripts/post-install.sh +++ b/scripts/post-install.sh @@ -4,8 +4,8 @@ vim -E +"call dein#update()" +"qall!" /dev/null &>/dev/null # install tmux plugins -~/.tmux/plugins/tpm/bin/install_plugins -~/.tmux/plugins/tpm/bin/clean_plugins +tmux run-shell ~/.tmux/plugins/tpm/bin/install_plugins +tmux run-shell ~/.tmux/plugins/tpm/bin/clean_plugins systemctl --user daemon-reload systemctl --user enable --now tmux.service