change macos directory layout

This commit is contained in:
Noah Masur
2022-05-06 08:58:44 -04:00
parent 417623965e
commit e215ef6428
32 changed files with 2 additions and 850 deletions

7
macos/scripts/setup_ytfzf Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
echo "downloading 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 ✓"