1
0
Fork 0
dotfiles/scripts/post-install.sh

8 lines
134 B
Bash
Raw Normal View History

2018-03-10 18:07:17 +00:00
#!/bin/bash
# install vim plugins
vim -E +"call dein#update()" +"qall!" /dev/null &>/dev/null
2018-11-08 04:52:35 +00:00
systemctl --user enable mpv.service