dotfiles/scripts/setup_cheatsheet
2021-05-08 17:39:52 -04:00

7 lines
141 B
Bash
Executable File

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