Cheatsheets 📔 ​
A set of personal cheat sheets ready to use with cheat.
Sheets ​
Commands ​
Sheet name | Description |
---|---|
age | useful commands for age |
ansible | useful commands for ansible |
buildx | useful commands for docker buildx |
gh | useful commands for gh |
git | useful commands for git |
gpg | useful commands for gpg |
helm | useful commands for helm |
k9s | useful commands for k9s |
kubectl | useful commands for kubectl |
openssl | useful commands for openssl |
pg_dump | useful commands for pg_dump |
pg_restore | useful commands for pg_restore |
vim | useful commands for vim |
Notes ​
Sheet name | Description |
---|---|
git-flow | standard git flow description |
sql | SQL language reminder |
Import ​
Assuming this configuration file, sheets can be imported with the following command:
sh
# Import commands
curl -fsSL https://raw.githubusercontent.com/this-is-tobi/tools/main/shell/clone-subdir.sh | bash -s -- \
-u "https://github.com/this-is-tobi/cheatsheets" -s "sheets/commands" -o "$HOME/.config/cheat/cheatsheets/personal/commands" -d
# Import notes
curl -fsSL https://raw.githubusercontent.com/this-is-tobi/tools/main/shell/clone-subdir.sh | bash -s -- \
-u "https://github.com/this-is-tobi/cheatsheets" -s "sheets/notes" -o "$HOME/.config/cheat/cheatsheets/personal/notes" -d
TIP
Change the output folder accordingly to your needs / cheat configuration.
Check the script options with the helper flag :
sh
curl -fsSL https://raw.githubusercontent.com/this-is-tobi/tools/main/shell/clone-subdir.sh | bash -s -- -h