newsboat improvements

This commit is contained in:
Noah Masur
2021-11-25 14:40:15 -05:00
parent 154fe2917b
commit f025413ad1
4 changed files with 29 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
echo "downloading ytfzf"
curl -sL "https://raw.githubusercontent.com/pystardust/ytfzf/master/ytfzf" > ~/.local/bin/ytfzf
mkdir -p ~/.local/bin
curl -sL "https://raw.githubusercontent.com/pystardust/ytfzf/master/ytfzf" >~/.local/bin/ytfzf
chmod 755 ~/.local/bin/ytfzf
echo "ytfzf ✓"