dotfiles/scripts/setup_cht.sh

7 lines
139 B
Bash
Raw Normal View History

2020-12-13 01:27:20 +00:00
#!/bin/sh
echo "downloading cheatsheet"
curl https://cht.sh/:cht.sh > ~/.local/bin/cht.sh
chmod 755 ~/.local/bin/cht.sh
echo "cht.sh ✓"