- 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 4 hrs 4 mins βββββββββββββββββββββ 40.5% | |
Other 2 hrs 12 mins βββββββββββββββββββββ 22.0% | |
C 1 hr 54 mins βββββββββββββββββββββ 18.9% | |
Bash 1 hr 2 mins βββββββββββββββββββββ 10.3% | |
ERB 28 mins βββββββββββββββββββββ 4.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: