this repo has no description
0
fork

Configure Feed

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

Miscellaneous updates

+91 -19
+1 -1
.config/fish/conf.d/50-config.fish
··· 80 80 end 81 81 82 82 if test -f .nvmrc 83 - nvm 83 + nvm use 84 84 end 85 85 end 86 86
+2 -2
.config/fish/functions/fish_prompt.fish
··· 1 - function fish_prompt --description 'Write out the prompt' 1 + function iterm2_fish_prompt --description 'Write out the prompt' 2 2 set -l last_status $status 3 3 4 4 if test $last_status -eq 0 ··· 15 15 set -g __fish_prompt_cwd (set_color cyan) 16 16 end 17 17 18 - set -g __fish_git_prompt_color bryellow --italics 18 + set -g __fish_git_prompt_color bryellow --italics --background normal 19 19 20 20 set color_chars 0 21 21
+6
.config/fish/functions/jssh-jump.fish
··· 1 + function jssh-jump 2 + set -l first_ip $argv[1] 3 + set -l second_ip $argv[2] 4 + 5 + jssh -t root@$first_ip "ssh centos@$second_ip" 6 + end
.config/yadm/alt/.ssh/config.local##class.work

This is a binary file and will not be displayed.

+1
.cspell/default.txt
··· 173 173 taplo 174 174 timedatectl 175 175 tmux 176 + triggerun 176 177 trunc 177 178 UEFI 178 179 uncommented
+2
.gitconfig
··· 32 32 quote-string-undo = "!read -r l; printf %s \"$l\" | sed 's/\\\\\\([\\\"]\\)/\\1/g'; printf \"\\n\" #" 33 33 assign-pr = "!f() { git config branch.\"$1\".github-pr-owner-number \"$(git remote get-url origin | sed -E \"s#.*github[.]com[/:]([^.]+)([.]git)?#\\1#\" | tr \"/\" \"#\")#$2\"; }; f" 34 34 git = !git 35 + merge-latest = !sh -c \"git bpull $1 && git merge $1\" 36 + recommit = !git commit -eF \"$(git rev-parse --git-dir)/COMMIT_EDITMSG\" 35 37 [core] 36 38 excludesfile = ~/.gitignore_global 37 39 editor = vim
+4
.lnav/formats/installed/128t_log.json
··· 36 36 }, 37 37 "sample": [ 38 38 { 39 + "line": "Sep 13 13:06:18.537 LINK set to Info (4)", 40 + "level": "info" 41 + }, 42 + { 39 43 "line": "Jan 24 19:47:36.797 [DATA|ZKL ] INFO (persistentDa-IO ) Initiated ZK connection to server [127.0.0.1:4370]", 40 44 "level": "info" 41 45 },
+1 -1
.lnav/formats/installed/salt.json
··· 9 9 "pattern": "(?P<timestamp>\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2},\\d{3}) \\[(?P<module>[a-zA-Z0-9._]+)\\s*:(?P<lineno>\\d+)\\s*\\]\\[(?P<level>[A-Z]+)\\s*\\]\\[(?P<pid>\\d+)\\] (?P<body>(.|\\n)*)" 10 10 } 11 11 }, 12 - "file-pattern": "(minion|master|saltMaster[.]log)(-[0-9]+)?$", 12 + "file-pattern": "(minion|master|saltMaster[.]log)([-.][0-9]+)?$", 13 13 "timestamp-format": [ 14 14 "%Y-%m-%d %k:%M:%S,%L" 15 15 ],
+23
Library/Application Support/Code/User/keybindings.json
··· 50 50 "when": "inDebugRepl && textInputFocus && suggestWidgetHasFocusedSuggestion" 51 51 }, 52 52 { 53 + "command": "acceptSelectedSuggestion", 54 + "key": "tab", 55 + "when": "editorTextFocus && suggestWidgetHasFocusedSuggestion" 56 + }, 57 + { 58 + "command": "type", 59 + "args": { 60 + "text": "\n" 61 + }, 62 + "key": "alt+enter", 63 + "when": "editorTextFocus && suggestWidgetHasFocusedSuggestion" 64 + }, 65 + { 53 66 "command": "-workbench.action.openNextRecentlyUsedEditorInGroup", 54 67 "key": "ctrl+tab", 55 68 }, ··· 283 296 "command": "workbench.action.closeMessages", 284 297 "key": "escape", 285 298 "when": "globalMessageVisible && neovim.mode == 'normal'", 299 + }, 300 + { 301 + "command": "editor.action.marker.nextInFiles", 302 + "when": "editorFocus", 303 + "key": "cmd+alt+n", 304 + }, 305 + { 306 + "command": "editor.action.marker.prevInFiles", 307 + "when": "editorFocus", 308 + "key": "cmd+alt+p", 286 309 }, 287 310 // ========================================================================= 288 311 // Bindings for vscode-neovim
+49 -13
Library/Application Support/Code/User/settings.json
··· 71 71 "editor.formatOnSave": true, 72 72 }, 73 73 "[robotframework]": { 74 + "editor.formatOnSave": false 74 75 }, 75 76 "[redcode]": { 76 77 // Commonly used for aligning instructions ··· 121 122 "bazel.buildifierFixOnFormat": true, 122 123 "bazel.executable": "/usr/local/bin/bazelisk", 123 124 "bazel.enableCodeLens": true, 125 + "bazel.queriesShareServer": true, 124 126 125 127 "breadcrumbs.enabled": true, 126 128 ··· 148 150 "--background-index" 149 151 ], 150 152 "clangd.checkUpdates": true, 151 - "clangd.path": "/Users/ianchamberlain/Library/Application Support/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/14.0.3/clangd_14.0.3/bin/clangd", 153 + "clangd.path": "/Users/ichamberlain/Library/Application Support/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/15.0.1/clangd_15.0.1/bin/clangd", 152 154 "clangd.onConfigChanged": "restart", 153 155 154 156 "cmake.cmakePath": "/usr/local/bin/cmake", ··· 363 365 "settings": { 364 366 "foreground": "#AE81FF", 365 367 } 368 + }, 369 + { 370 + "scope": "constant.changelogs", 371 + "settings": { 372 + "foreground": "#AE81FF", 373 + } 374 + }, 375 + { 376 + "scope": "punctuation.other.bracket.spec", 377 + "settings": { 378 + "foreground": "#F92672", 379 + } 380 + }, 381 + { 382 + "scope": "variable.other.spec", 383 + "settings": { 384 + "foreground": "#FD971F", 385 + } 386 + }, 387 + { 388 + "scope": "variable.other.changelogs", 389 + "settings": { 390 + "fontStyle": "underline" 391 + } 392 + }, 393 + { 394 + "scope": "entity.name.section.spec", 395 + "settings": { 396 + "foreground": "#A6E22E", 397 + "fontStyle": "underline" 398 + } 366 399 } 367 400 ], 368 401 } ··· 373 406 374 407 "emeraldwalk.runonsave": { 375 408 "commands": [ 409 + { 410 + "match": "[.]go$", 411 + "cmd": "/Users/ichamberlain/Documents/gocommas/gocommas -w ${file}" 412 + }, 376 413 { 377 414 "match": "[.]go$", 378 415 "cmd": "golines ${file} --write-output --ignored-dirs=vendor --shorten-comments --base-formatter=cat --max-len=120 --tab-len=1" ··· 541 578 "merged": false, 542 579 "closed": false 543 580 }, 544 - 545 581 "gitlens.advanced.fileHistoryFollowsRenames": true, 582 + "gitlens.advanced.fileHistoryShowAllBranches": true, 546 583 "gitlens.advanced.messages": { 547 584 "suppressCommitHasNoPreviousCommitWarning": false, 548 585 "suppressCommitNotFoundWarning": false, ··· 610 647 "gitlens.views.repositories.autoRefresh": false, 611 648 612 649 "go.buildOnSave": "off", 613 - "go.formatTool": "goimports", 650 + "go.formatTool": "gofumpt", 614 651 "go.lintOnSave": "file", 615 652 "go.terminal.activateEnvironment": false, // prevent go from hijacking terminal when it starts 616 653 "go.toolsManagement.autoUpdate": true, ··· 739 776 740 777 "remote.SSH.configFile": "~/.ssh/vscode_config", 741 778 742 - "rfLanguageServer.logLevel": "info", 743 - 744 779 "robot.completions.keywords.format": "Title Case", 745 780 "robot.completions.section_headers.form": "plural", 746 781 "robot.codeFormatter": "builtinTidy", ··· 885 920 }, 886 921 "fish": { 887 922 "path": "fish", 923 + // "args": ["--profile-startup=/Users/ichamberlain/Downloads/fish_startup.tsv"], 888 924 "icon": "chevron-right" 889 925 }, 890 926 }, ··· 968 1004 "icon": "tasklist", 969 1005 } 970 1006 }, 971 - "todo-tree.regex.regex": "((//|#|<!--|;|/\\*|^|\"\"\"|\"\\$comment\"\\s*:\\s*\"|\\{#-?)\\s*($TAGS)|^\\s*[-\\*] \\[ \\])", 1007 + "todo-tree.regex.regex": "((//|#|<!--|;|/\\*|^|\"\"\"|\"\\$comment\"\\s*:\\s*\"|\\{#-?)\\s*($TAGS)|^\\s*[-\\*] \\[ \\]|context[.]TODO)", 972 1008 "todo-tree.tree.buttons.export": true, 973 1009 "todo-tree.tree.buttons.reveal": true, 974 1010 "todo-tree.tree.buttons.scanMode": true, ··· 991 1027 "diffEditor.insertedTextBackground": "#4b661655", 992 1028 993 1029 // Use the same colors as regular stuff, except with a0 opacity 994 - "editorInlayHint.foreground": "#f8f8f2a0", 995 - "editorInlayHint.parameterForeground": "#fd951fa0", 1030 + "editorInlayHint.foreground": "#f8f8f2c0", 1031 + "editorInlayHint.parameterForeground": "#fd951fc0", 996 1032 "editorInlayHint.typeForeground": "#a6e22ea0", 997 1033 "editorInlayHint.background": "#00000000", 998 1034 999 1035 // Converted from iTerm2 using https://gist.github.com/2xAA/bd01638dc9ca46c590fda06c4ef0cc5a 1000 1036 1037 + "terminal.background": "#000000df", 1001 1038 "terminal.foreground": "#32ff3b", 1002 1039 "terminalCursor.background": "#ffffff", 1003 1040 "terminalCursor.foreground": "#46f949", ··· 1017 1054 "terminal.ansiRed": "#aa1a0f", 1018 1055 "terminal.ansiWhite": "#cbcbcb", 1019 1056 "terminal.ansiYellow": "#a9a722", 1020 - 1021 - // Override for transparency; for some reason opacity only appears to 1022 - // matter in the margin but I kinda like how it looks, so w/e 1023 - "terminal.background": "#0000006f", 1024 - 1025 1057 }, 1026 1058 "workbench.colorTheme": "Monokai", 1027 1059 "workbench.editor.enablePreview": false, ··· 1050 1082 "file:///Users/ichamberlain/.vscode/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" 1051 1083 }, 1052 1084 "githubPullRequests.pullBranch": "never", 1085 + "atlascode.jira.lastCreateSiteAndProject": { 1086 + "siteId": "bac6916f-cfa6-4538-b834-b07ba864675f", 1087 + "projectKey": "AS" 1088 + }, 1053 1089 }
Library/Application Support/lghub/settings.db

This is a binary file and will not be displayed.

+2 -2
Library/Services/Open in Visual Studio Code.workflow/Contents/document.wflow
··· 56 56 <key>ActionParameters</key> 57 57 <dict> 58 58 <key>appPath</key> 59 - <string>~/Applications/Visual Studio Code.app</string> 59 + <string>/Applications/Visual Studio Code.app</string> 60 60 </dict> 61 61 <key>BundleIdentifier</key> 62 62 <string>com.apple.Automator.OpenFinderItems</string> ··· 107 107 <key>isViewVisible</key> 108 108 <integer>1</integer> 109 109 <key>location</key> 110 - <string>608.500000:224.000000</string> 110 + <string>309.000000:280.000000</string> 111 111 <key>nibPath</key> 112 112 <string>/System/Library/Automator/Open Finder Items.action/Contents/Resources/Base.lproj/main.nib</string> 113 113 </dict>