dotfiles/scripts/setup_cht.sh
2020-12-12 18:27:20 -07:00

7 lines
139 B
Bash
Executable File

#!/bin/sh
echo "downloading cheatsheet"
curl https://cht.sh/:cht.sh > ~/.local/bin/cht.sh
chmod 755 ~/.local/bin/cht.sh
echo "cht.sh ✓"