fix post-install ordering
This commit is contained in:
parent
b5a4b69c76
commit
80a5b8b523
|
@ -1,13 +1,14 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# install vim plugins
|
# run units
|
||||||
vim -E +"call dein#update()" +"qall!" /dev/null &>/dev/null
|
systemctl --user daemon-reload
|
||||||
|
systemctl --user enable --now tmux.service
|
||||||
|
systemctl --user enable --now mpv.service
|
||||||
|
|
||||||
# install tmux plugins
|
# install tmux plugins
|
||||||
tmux run-shell ~/.tmux/plugins/tpm/bin/install_plugins
|
tmux run-shell ~/.tmux/plugins/tpm/bin/install_plugins
|
||||||
tmux run-shell ~/.tmux/plugins/tpm/bin/clean_plugins
|
tmux run-shell ~/.tmux/plugins/tpm/bin/clean_plugins
|
||||||
|
|
||||||
systemctl --user daemon-reload
|
# install vim plugins
|
||||||
systemctl --user enable --now tmux.service
|
vim -E +"call dein#update()" +"qall!" /dev/null &>/dev/null
|
||||||
systemctl --user enable --now mpv.service
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue