From 6380e0053eccea0d5b4c8e4f93285530f89313da Mon Sep 17 00:00:00 2001 From: Phantop Date: Mon, 20 Jul 2020 16:59:55 -0400 Subject: [PATCH] Setup: build mpv scripts --- .setup | 9 +++++++++ 1 file changed, 9 insertions(+) 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