diff --git a/.setup b/.setup index 5cdb7ff..6891a45 100755 --- a/.setup +++ b/.setup @@ -1,6 +1,6 @@ #!/bin/bash sudo eopkg it -c system.devel -sudo eopkg it fish neovim qutebrowser stow +sudo eopkg it fish mpv-devel neovim qutebrowser stow cd ~/.dotfiles for i in `fd -t d -H` @@ -18,9 +18,4 @@ do cd .. done - -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 - fish -c fisher