1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-07 21:51:11 +00:00

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

@ -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 ✓"