feat(config): add tldr to cheat as a submodule

This commit is contained in:
2024-02-21 14:21:29 +02:00
parent dee215a29e
commit 523bec769f
5 changed files with 7 additions and 79 deletions

View File

@@ -13,6 +13,8 @@ git submodule add --name dotbot-pip \
# other repos
git submodule add --name cheat-community \
-f https://github.com/cheat/cheatsheets.git config/cheat/cheatsheets/community
git submodule add --name cheat-tldr \
-f https://github.com/ivuorinen/cheatsheet-tldr.git config/cheat/cheatsheets/tldr
# tmux plugin manager and plugins
git submodule add --name tmux/tmux-continuum \