dotfiles/legacy/scripts/setup_cheatsheet

7 lines
141 B
Plaintext
Raw Normal View History

2021-05-08 21:39:52 +00:00
#!/bin/sh
echo "downloading cheatsheet"
curl https://cht.sh/:cht.sh > ~/.local/bin/cheat
chmod 755 ~/.local/bin/cheat
echo "cheatsheet ✓"