This commit is contained in:
Noah Masur 2021-05-08 10:07:24 -04:00
parent c5688dc43c
commit 9e2ab0f2d8

6
scripts/setup_ytfzf Executable file
View File

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