Update fisher & tide, add VS Code configs, add partial i3 config (lock (and suspend) not done)
This commit is contained in:
parent
63e8262c07
commit
15f30efa7b
72 changed files with 1278 additions and 454 deletions
111
vscode/extensions.txt
Normal file
111
vscode/extensions.txt
Normal file
|
@ -0,0 +1,111 @@
|
|||
1YiB.rust-bundle
|
||||
afmicc.GetterAndSetterGenerator
|
||||
ahmadalli.vscode-nginx-conf
|
||||
andischerer.theme-atom-one-dark
|
||||
andresma.night-nord
|
||||
aytee17.vscode-oceanic-next-sublime
|
||||
azemoh.one-monokai
|
||||
BeardedBear.beardedtheme
|
||||
Catppuccin.catppuccin-vsc
|
||||
Catppuccin.catppuccin-vsc-icons
|
||||
codezombiech.gitignore
|
||||
ctenbrinke.vscode-tsv
|
||||
danielpinto8zz6.c-cpp-compile-run
|
||||
DavidAnson.vscode-markdownlint
|
||||
DiegoMolina.css-minify
|
||||
dustypomerleau.rust-syntax
|
||||
equinusocio.vsc-material-theme-icons
|
||||
eserozvataf.one-dark-pro-monokai-darker
|
||||
felipecaputo.git-project-manager
|
||||
fisheva.eva-theme
|
||||
formulahendry.code-runner
|
||||
foxundermoon.shell-format
|
||||
freebroccolo.theme-atom-one-dark
|
||||
GitHub.copilot
|
||||
GitHub.copilot-chat
|
||||
GitHub.copilot-labs
|
||||
GitHub.github-vscode-theme
|
||||
GitHub.vscode-pull-request-github
|
||||
GrapeCity.gc-excelviewer
|
||||
Gruntfuggly.todo-tree
|
||||
HarryHopkinson.vim-theme
|
||||
hoovercj.vscode-settings-cycler
|
||||
ItzSelenux.lm-theme
|
||||
JoelCrosby.one-dark-darker
|
||||
kisstkondoros.vscode-gutter-preview
|
||||
kokoscript.loopytheme
|
||||
manuth.markdown-converter
|
||||
marlinfirmware.auto-build
|
||||
marvhen.reflow-markdown
|
||||
matthewpi.caddyfile-support
|
||||
maximtrp.drone-ci
|
||||
mechatroner.rainbow-csv
|
||||
mhutchie.git-graph
|
||||
mohd-akram.vscode-html-format
|
||||
ms-azuretools.vscode-docker
|
||||
ms-python.autopep8
|
||||
ms-python.black-formatter
|
||||
ms-python.isort
|
||||
ms-python.python
|
||||
ms-python.vscode-pylance
|
||||
ms-toolsai.jupyter
|
||||
ms-toolsai.jupyter-keymap
|
||||
ms-toolsai.jupyter-renderers
|
||||
ms-toolsai.vscode-jupyter-cell-tags
|
||||
ms-toolsai.vscode-jupyter-slideshow
|
||||
ms-vscode-remote.remote-containers
|
||||
ms-vscode-remote.remote-ssh
|
||||
ms-vscode-remote.remote-ssh-edit
|
||||
ms-vscode-remote.remote-wsl
|
||||
ms-vscode-remote.vscode-remote-extensionpack
|
||||
ms-vscode.cmake-tools
|
||||
ms-vscode.cpptools
|
||||
ms-vscode.cpptools-extension-pack
|
||||
ms-vscode.cpptools-themes
|
||||
ms-vscode.hexeditor
|
||||
ms-vscode.live-server
|
||||
ms-vscode.makefile-tools
|
||||
ms-vscode.remote-explorer
|
||||
ms-vscode.remote-server
|
||||
ms-vscode.vscode-serial-monitor
|
||||
mwpb.java-prettier-formatter
|
||||
NicScott.gitkraken-dark
|
||||
Nord.nord
|
||||
Novy.vsc-gcode
|
||||
phplasma.csv-to-table
|
||||
Pilleye.dusk-theme
|
||||
platformio.platformio-ide
|
||||
raynigon.nginx-formatter
|
||||
rdnlsmith.linux-themes
|
||||
redhat.java
|
||||
redhat.vscode-xml
|
||||
redhat.vscode-yaml
|
||||
RobbOwen.synthwave-vscode
|
||||
rokoroku.vscode-theme-darcula
|
||||
rust-lang.rust-analyzer
|
||||
SanaAjani.taskrunnercode
|
||||
serayuzgur.crates
|
||||
ShahilKumar.docxreader
|
||||
slevesque.vscode-zipexplorer
|
||||
St0pien.min-darker
|
||||
tatsy.vscode-3d-preview
|
||||
teabyii.ayu
|
||||
TheaFlowers.witch-hazel
|
||||
tinkertrain.theme-panda
|
||||
tlevesque2.duplicate-finder
|
||||
tomoki1207.pdf
|
||||
twxs.cmake
|
||||
VinayKumar.vice
|
||||
VisualStudioExptTeam.intellicode-api-usage-examples
|
||||
VisualStudioExptTeam.vscodeintellicode
|
||||
vsciot-vscode.vscode-arduino
|
||||
vscjava.vscode-java-debug
|
||||
vscjava.vscode-java-dependency
|
||||
vscjava.vscode-java-pack
|
||||
vscjava.vscode-java-test
|
||||
vscjava.vscode-maven
|
||||
vscodevim.vim
|
||||
wayou.vscode-todo-highlight
|
||||
yzhang.markdown-all-in-one
|
||||
zamerick.vscode-caddyfile-syntax
|
||||
zhuangtongfa.material-theme
|
11
vscode/keybindings.json
Normal file
11
vscode/keybindings.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Place your key bindings in this file to override the defaults
|
||||
[
|
||||
{
|
||||
"key": "alt+\\",
|
||||
"command": "settings.cycle.inlineCopilot",
|
||||
},
|
||||
{
|
||||
"key": "f10",
|
||||
"command": "C_Cpp.BuildAndRunFile"
|
||||
}
|
||||
]
|
72
vscode/settings.json
Normal file
72
vscode/settings.json
Normal file
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"editor.inlineSuggest.enabled": true,
|
||||
"git.autofetch": true,
|
||||
"github.copilot.enable": {
|
||||
"*": true,
|
||||
"plaintext": true,
|
||||
"markdown": true,
|
||||
"scminput": false,
|
||||
"yaml": true,
|
||||
"python": true
|
||||
},
|
||||
"git.confirmSync": false,
|
||||
"arduino.useArduinoCli": true,
|
||||
"[python]": {
|
||||
"editor.formatOnType": true,
|
||||
"editor.defaultFormatter": "ms-python.autopep8"
|
||||
},
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
|
||||
},
|
||||
"auto-build.defaultEnv.name": "STM32G0B1RE_btt",
|
||||
"auto-build.build.silent": false,
|
||||
"redhat.telemetry.enabled": false,
|
||||
//"editor.rulers": [
|
||||
// 120
|
||||
//],
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"security.workspace.trust.untrustedFiles": "open",
|
||||
"keyboard.dispatch": "keyCode",
|
||||
"vim.disableExtension": true,
|
||||
"terminal.integrated.defaultProfile.linux": "fish",
|
||||
"files.exclude": {
|
||||
"tmp.md": true
|
||||
},
|
||||
"[java]": {
|
||||
"editor.defaultFormatter": "redhat.java"
|
||||
},
|
||||
"[html]": {
|
||||
"editor.defaultFormatter": "mohd-akram.vscode-html-format"
|
||||
},
|
||||
"workbench.colorTheme": "Catppuccin Mocha",
|
||||
"terminal.integrated.defaultProfile.windows": "PowerShell",
|
||||
"terminal.integrated.profiles.windows": {
|
||||
"PowerShell": {
|
||||
"source": "PowerShell",
|
||||
"icon": "terminal-powershell"
|
||||
},
|
||||
"Command Prompt": {
|
||||
"path": [
|
||||
"${env:windir}\\Sysnative\\cmd.exe",
|
||||
"${env:windir}\\System32\\cmd.exe"
|
||||
],
|
||||
"args": [],
|
||||
"icon": "terminal-cmd"
|
||||
},
|
||||
"Git Bash": {
|
||||
"source": "Git Bash"
|
||||
}
|
||||
},
|
||||
"code-runner.runInTerminal": true,
|
||||
"hexeditor.columnWidth": 32,
|
||||
"hexeditor.showDecodedText": true,
|
||||
"hexeditor.defaultEndianness": "little",
|
||||
"hexeditor.inspectorType": "aside",
|
||||
"[dockerfile]": {
|
||||
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
|
||||
},
|
||||
"[nginx]": {
|
||||
"editor.defaultFormatter": "raynigon.nginx-formatter"
|
||||
},
|
||||
"workbench.iconTheme": "catppuccin-mocha"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue