this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update SSH config to run `exec` with bash

Vscode minor settings

+8 -1
.config/yadm/alt/.ssh/config.local##class.work

This is a binary file and will not be displayed.

+5
Library/Application Support/Code/User/keybindings.json
··· 373 373 "when": "commentEditorFocused" 374 374 }, 375 375 { 376 + "key": "shift+escape", 377 + "command": "-workbench.action.hideComment", 378 + "when": "commentEditorFocused" 379 + }, 380 + { 376 381 "key": "n", 377 382 "command": "workbench.action.compareEditor.nextChange", 378 383 "when": "editorTextFocus && isInDiffEditor",
+3 -1
Library/Application Support/Code/User/settings.json
··· 152 152 "CMake", 153 153 "CentOS", 154 154 "DUT", 155 + "DUTs", 155 156 "DistCC", 156 157 "Pytest", 157 158 "RPM", ··· 165 166 "ldap", 166 167 "makecache", 167 168 "mgmt", 169 + "onlyif", 168 170 "pkg", 169 171 "pkgrepo", 170 172 "pkgrepos", ··· 181 183 182 184 "debug.internalConsoleOptions": "openOnSessionStart", 183 185 184 - "diffEditor.ignoreTrimWhitespace": true, 186 + "diffEditor.ignoreTrimWhitespace": false, 185 187 "diffEditor.renderSideBySide": true, 186 188 187 189 "editor.accessibilitySupport": "off",