Skip to content

Cheatsheets 📔 ​

A set of personal cheat sheets ready to use with cheat.

Sheets ​

Commands ​

Sheet nameDescription
ageuseful commands for age
ansibleuseful commands for ansible
buildxuseful commands for docker buildx
ghuseful commands for gh
gituseful commands for git
gpguseful commands for gpg
helmuseful commands for helm
k9suseful commands for k9s
kubectluseful commands for kubectl
openssluseful commands for openssl
pg_dumpuseful commands for pg_dump
pg_restoreuseful commands for pg_restore
vimuseful commands for vim

Notes ​

Sheet nameDescription
git-flowstandard git flow description
sqlSQL 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