1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-02-24 20:42:03 +00:00

8 lines
199 B
Plaintext
Raw Normal View History

2021-05-08 10:07:24 -04:00
#!/bin/sh
echo "downloading ytfzf"
2021-11-25 14:40:15 -05:00
mkdir -p ~/.local/bin
curl -sL "https://raw.githubusercontent.com/pystardust/ytfzf/master/ytfzf" >~/.local/bin/ytfzf
2021-05-08 10:07:24 -04:00
chmod 755 ~/.local/bin/ytfzf
echo "ytfzf ✓"