diff --git a/.setup b/.setup index 01934cb..3a94270 100755 --- a/.setup +++ b/.setup @@ -6,6 +6,15 @@ end stow . + +cd .config/mpv/scripts +for i in */ + cd $i + make + cd .. +end + + sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' nvim +PlugUpdate +q +q