reduce fish functions

This commit is contained in:
Noah Masur
2021-05-08 17:39:52 -04:00
parent 9e2ab0f2d8
commit 882d8c75fa
13 changed files with 20 additions and 38 deletions

6
scripts/setup_cheatsheet Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
echo "downloading cheatsheet"
curl https://cht.sh/:cht.sh > ~/.local/bin/cheat
chmod 755 ~/.local/bin/cheat
echo "cheatsheet ✓"

View File

@ -1,6 +0,0 @@
#!/bin/sh
echo "downloading cheatsheet"
curl https://cht.sh/:cht.sh > ~/.local/bin/cht.sh
chmod 755 ~/.local/bin/cht.sh
echo "cht.sh ✓"