Browse Source

Removing VSCode for now

pull/2/head
Ryan Reed 1 year ago
parent
commit
56d4eecbee
4 changed files with 0 additions and 78 deletions
  1. +0
    -4
      .chezmoiignore
  2. +0
    -4
      README.md
  3. +0
    -30
      dot_config/private_Code - OSS/User/keybindings.json
  4. +0
    -40
      dot_config/private_Code - OSS/User/settings.json

+ 0
- 4
.chezmoiignore View File

@ -1,9 +1,5 @@
**/README.md
{{ if (hasKey . "code") | not }}
.config/Code\ -\ OSS/
{{- end }}
{{ if (hasKey . "firefox") | not }}
.mozilla
{{- end }}


+ 0
- 4
README.md View File

@ -74,7 +74,6 @@ See the configuration file for enabling
| Application | Min Version | Notes |
| ----------- | ----------- | ----- |
| Firefox | ??? | Configures more secure and private `profile.js` settings |
| Code - OSS | ??? | Sets various extension settings, including activating the [One Dark Pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) color theme and [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme) |
# Chezmoi Configuration File (Optional)
@ -96,9 +95,6 @@ Create the chezmoi configuration at `~/.config/chezmoi/chezmoi.toml`:
email = "git@email.com"
name = "My User"
ssl_verify = false
[data.code] # Code OSS (VSCode alternative)
enabled = true
```


+ 0
- 30
dot_config/private_Code - OSS/User/keybindings.json View File

@ -1,30 +0,0 @@
// Place your key bindings in this file to override the defaults
[
// Disable Find in Files using Ctrl+Shift+F
{
"key": "ctrl+shift+f",
"command": "-workbench.action.findInFiles"
},
// Format Code: ctrl+shift+f
{
"key": "ctrl+shift+f",
"command": "notebook.formatCell",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && inCompositeEditor && notebookEditable && !editorReadonly && activeEditor == 'workbench.editor.notebook'"
},
{
"key": "ctrl+shift+i",
"command": "-notebook.formatCell",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && inCompositeEditor && notebookEditable && !editorReadonly && activeEditor == 'workbench.editor.notebook'"
},
{
"key": "ctrl+shift+f",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
},
{
"key": "ctrl+shift+i",
"command": "-editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
}
]

+ 0
- 40
dot_config/private_Code - OSS/User/settings.json View File

@ -1,40 +0,0 @@
{
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs":"active",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
"redhat.telemetry.enabled": false,
"vim.hlsearch": true,
"vim.leader": ",",
"vim.useCtrlKeys": true,
"vim.useSystemClipboard": true,
"vim.normalModeKeyBindings": [
{
"before": ["<leader>", "s", "v"],
"commands": [":vsplit"]
},
{
"before": ["<leader>", "s", "h"],
"commands": [":hsplit"]
},
{
"before": ["<leader>", "t"],
"commands": [":tabn"]
},
{
"before": ["<leader>", "T"],
"commands": [":tabp"]
},
{
"before": ["<leader>", "w"],
"after": ["<C-w>", "w"]
}
],
"workbench.iconTheme": "material-icon-theme",
"diffEditor.ignoreTrimWhitespace": true,
"telemetry.telemetryLevel": "off",
"workbench.colorTheme": "One Dark Pro Darker"
}

Loading…
Cancel
Save