Add .chezmoidata/vscode.yaml
Add .config/VSCodium/User/settings.json Remove .config/VSCodium/User/settings.json Add 50_install_vscode_extensions.sh
This commit is contained in:
parent
f3eb0de104
commit
85c903d656
4 changed files with 34 additions and 1 deletions
27
.chezmoidata/vscode.yaml
Normal file
27
.chezmoidata/vscode.yaml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
vscode:
|
||||||
|
extensions:
|
||||||
|
- 42crunch.vscode-openapi
|
||||||
|
- aaron-bond.better-comments
|
||||||
|
- asvetliakov.vscode-neovim
|
||||||
|
- biomejs.biome
|
||||||
|
- catppuccin.catppuccin-vsc
|
||||||
|
- catppuccin.catppuccin-vsc-icons
|
||||||
|
- codeium.codeium
|
||||||
|
- darkriszty.markdown-table-prettify
|
||||||
|
- dart-code.dart-code
|
||||||
|
- dart-code.flutter
|
||||||
|
- eamodio.gitlens
|
||||||
|
- editorconfig.editorconfig
|
||||||
|
- icrawl.discord-vscode
|
||||||
|
- jebbs.plantuml
|
||||||
|
- naumovs.color-highlight
|
||||||
|
- oven.bun-vscode
|
||||||
|
- prisma.prisma
|
||||||
|
- redhat.vscode-yaml
|
||||||
|
- rust-lang.rust-analyzer
|
||||||
|
- shan.code-settings-sync
|
||||||
|
- tamasfe.even-better-toml
|
||||||
|
- wix.vscode-import-cost
|
||||||
|
- yzane.markdown-pdf
|
||||||
|
- yzhang.markdown-all-in-one
|
||||||
|
|
1
dot_config/VSCodium/User/symlink_settings.json
Normal file
1
dot_config/VSCodium/User/symlink_settings.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/home/nezia/.local/share/chezmoi/vscodium/settings.json
|
|
@ -1 +0,0 @@
|
||||||
{{ .chezmoi.sourceDir }}/vscodium/settings.json
|
|
6
run_onchange_50_install_vscode_extensions.sh.tmpl
Normal file
6
run_onchange_50_install_vscode_extensions.sh.tmpl
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
{{ range .vscode.extensions }}
|
||||||
|
codium --install-extension {{ . | quote }} --force &
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
wait
|
Loading…
Reference in a new issue