Add mpv start script download
This commit is contained in:
parent
79655efc1f
commit
2c6ab3bf5a
1 changed files with 4 additions and 1 deletions
|
@ -56,5 +56,8 @@ cd devconf
|
||||||
echo 'Switching shell to zsh...'
|
echo 'Switching shell to zsh...'
|
||||||
chsh -s $(which zsh)
|
chsh -s $(which zsh)
|
||||||
|
|
||||||
echo 'Done'
|
mkdir ~/bin/
|
||||||
|
wget https://raw.githubusercontent.com/woodruffw/ff2mpv/master/ff2mpv.py -O ~/bin/ff2mpv.py
|
||||||
|
|
||||||
vim +PlugInstall +qall
|
vim +PlugInstall +qall
|
||||||
|
echo 'Done'
|
||||||
|
|
Loading…
Reference in a new issue