setup cheatsheet

This commit is contained in:
Noah Masur 2020-12-12 18:27:20 -07:00
parent 09eba93dfa
commit 8521c7fe39

6
scripts/setup_cht.sh Executable file
View File

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