mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
ytfzf
This commit is contained in:
parent
c5688dc43c
commit
9e2ab0f2d8
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 ✓"
|
Loading…
Reference in New Issue
Block a user