Test new install
This commit is contained in:
parent
2c6ab3bf5a
commit
b2753bc422
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ echo 'Switching shell to zsh...'
|
|||
chsh -s $(which zsh)
|
||||
|
||||
mkdir ~/bin/
|
||||
wget https://raw.githubusercontent.com/woodruffw/ff2mpv/master/ff2mpv.py -O ~/bin/ff2mpv.py
|
||||
wget https://raw.githubusercontent.com/woodruffw/ff2mpv/master/ff2mpv -O ~/bin/ff2mpv
|
||||
chmod +x ~/bin/ff2mpv
|
||||
|
||||
vim +PlugInstall +qall
|
||||
echo 'Done'
|
||||
|
|
Loading…
Reference in a new issue