Add install script

master
Tait Hoyem 5 years ago
parent 9ee8686045
commit 9c5c1848c7

@ -0,0 +1,4 @@
mkdir --parents ~/.local/bin/ 2> /dev/null || echo "Local bin exists"
ln -s */* ~/.local/bin/ && echo "Linked!"
echo "Add ~/.local/bin/ to your \$PATH to be able to run these scripts from your terminal"
Loading…
Cancel
Save