- 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": { |
| JavaScript 2 hrs 32 mins βββββββββββββββββββββ 32.4% | |
| Ruby 2 hrs 10 mins βββββββββββββββββββββ 27.8% | |
| ERB 1 hr 31 mins βββββββββββββββββββββ 19.5% | |
| Other 1 hr 12 mins βββββββββββββββββββββ 15.5% | |
| YAML 12 mins βββββββββββββββββββββ 2.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.gitFetch feature/meishi branch from remote then checking-out it: