diff --git a/scripts/setup_cht.sh b/scripts/setup_cht.sh new file mode 100755 index 0000000..9346316 --- /dev/null +++ b/scripts/setup_cht.sh @@ -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 ✓"