Skip to content

Instantly share code, notes, and snippets.

View jomonkj's full-sized avatar
🎯
Focusing

Jomon Johnson jomonkj

🎯
Focusing
View GitHub Profile
@jomonkj
jomonkj / code-editor-rules.md
Created December 17, 2024 03:02 — forked from yifanzz/code-editor-rules.md
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]
@jomonkj
jomonkj / test.md
Created May 18, 2019 09:38
deepin termianl commands

+--------------------------------------------------------+--------------------------------------------------------+-----------------+ | Name | Command | Short Cut | +--------------------------------------------------------+--------------------------------------------------------+-----------------+ | docker-compose exec app bash | docker-compose exec app bash | Alt + a | +--------------------------------------------------------+--------------------------------------------------------+-----------------+ | docker-compose up -d | docker-compose up -d | Alt + u | +--------------------------------------------------------+--------------------------------------------------------+-----------------+ | composer install --prefer-dist --no-progress --profile | composer install --prefer-d