1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-22 23:02:46 +00:00

Setup: build mpv scripts

This commit is contained in:
Phantop 2020-07-20 16:59:55 -04:00
parent 52418248a5
commit 6380e0053e

9
.setup
View file

@ -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