Nah, I think I am good

This commit is contained in:
Leon Grünewald 2020-12-24 13:31:09 +01:00
parent b2753bc422
commit deb9ab8576
2 changed files with 0 additions and 9 deletions

View file

@ -1,7 +0,0 @@
{
"name": "ff2mpv",
"description": "ff2mpv's external manifest",
"path": "~/bin/ff2mpv",
"type": "stdio",
"allowed_extensions": ["ff2mpv@yossarian.net"]
}

View file

@ -57,8 +57,6 @@ echo 'Switching shell to zsh...'
chsh -s $(which zsh)
mkdir ~/bin/
wget https://raw.githubusercontent.com/woodruffw/ff2mpv/master/ff2mpv -O ~/bin/ff2mpv
chmod +x ~/bin/ff2mpv
vim +PlugInstall +qall
echo 'Done'