- GitHub Personal Access Token with repository access permissions
- Set your token in the Authorization header
- The MCP server name should be "github"
{ | |
"analyticsConsentAsked": "1", | |
"hideIntro": "1", | |
"docs": "crystal~0.31/css/dom/dom_events/eslint/html/immutable/javascript/jest/jquery/pony/react/redis/ruby~2.6/rails~6.0/rails~5.2/rust/sass", | |
"hideDisabled": "1", | |
"tips": "KeyNav", | |
"analyticsConsent": "1", | |
"layout": "_max-width", | |
"theme": "auto" | |
} |
{ | |
"title": "My Customize for Dvorak", | |
"rules": [ | |
{ | |
"description": "Ctrl+i to Tab", | |
"manipulators": [ | |
{ | |
"description": "Dvorakγ§γ―η©ηγγΌgγiγ¨γͺγ", | |
"type": "basic", | |
"from": { |
Ruby 3 hrs 12 mins βββββββββββββββββββββ 40.8% | |
JavaScript 1 hr 33 mins βββββββββββββββββββββ 19.8% | |
Markdown 1 hr 28 mins βββββββββββββββββββββ 18.7% | |
Other 41 mins βββββββββββββββββββββ 8.8% | |
JSON 40 mins βββββββββββββββββββββ 8.7% |
steps: | |
# ... | |
- run: | |
name: "Configure Bundler" | |
command: | | |
echo 'export BUNDLER_VERSION=$(cat Gemfile.lock | tail -1 | tr -d " ")' >> $BASH_ENV | |
source $BASH_ENV | |
gem install bundler |
diff --git a/keyboards/crkbd/keymaps/juno/keymap.c b/keyboards/crkbd/keymaps/juno/keymap.c | |
index 487850951..4893837e9 100644 | |
--- a/keyboards/crkbd/keymaps/juno/keymap.c | |
+++ b/keyboards/crkbd/keymaps/juno/keymap.c | |
@@ -32,7 +32,8 @@ enum custom_keycodes { | |
RAISE, | |
ADJUST, | |
BACKLIT, | |
- RGBRST | |
+ RGBRST, |
Add remote repo:
~ β―β―β― cd ~/src/qmk_firmware
~/s/qmk_firmware β―β―β― git remote add biacco42 https://github.com/Biacco42/qmk_firmware.git
Fetch feature/meishi
branch from remote then checking-out it: