mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 09:10:14 +00:00
ytfzf
This commit is contained in:
6
scripts/setup_ytfzf
Executable file
6
scripts/setup_ytfzf
Executable 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 ✓"
|
Reference in New Issue
Block a user