add codium extensions file and auto install script
This commit is contained in:
parent
fd74774c8a
commit
2c2021bc11
6 changed files with 25 additions and 4 deletions
|
@ -29,5 +29,7 @@ dev-container-install.sh
|
||||||
!/.gitconfig
|
!/.gitconfig
|
||||||
!.gnupg
|
!.gnupg
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
# vscode configuration
|
||||||
settings.json
|
settings.json
|
||||||
extensions.json
|
vscode-extensions.txt
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{{ .chezmoi.sourceDir }}/extensions.json
|
|
File diff suppressed because one or more lines are too long
2
run_once_20_install_vscode_extensions.sh.tmpl
Normal file
2
run_once_20_install_vscode_extensions.sh.tmpl
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
xargs -n1 -P4 codium --install-extension < {{ .chezmoi.sourceDir }}/vscode-extensions.txt
|
|
@ -3,5 +3,10 @@
|
||||||
"workbench.iconTheme": "catppuccin-frappe",
|
"workbench.iconTheme": "catppuccin-frappe",
|
||||||
"editor.fontSize": 16,
|
"editor.fontSize": 16,
|
||||||
"editor.fontFamily": "monospace, Fira Code",
|
"editor.fontFamily": "monospace, Fira Code",
|
||||||
"terminal.integrated.fontSize": 16
|
"terminal.integrated.fontSize": 16,
|
||||||
|
"editor.minimap.enabled": false,
|
||||||
|
"sync.gist": "6d8559a01164b003d08f3c0bbc6cc664",
|
||||||
|
"extensions.experimental.affinity": {
|
||||||
|
"asvetliakov.vscode-neovim": 1
|
||||||
|
}
|
||||||
}
|
}
|
14
vscode-extensions.txt
Normal file
14
vscode-extensions.txt
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
aaron-bond.better-comments
|
||||||
|
asvetliakov.vscode-neovim
|
||||||
|
biomejs.biome
|
||||||
|
catppuccin.catppuccin-vsc
|
||||||
|
catppuccin.catppuccin-vsc-icons
|
||||||
|
codeium.codeium
|
||||||
|
dart-code.dart-code
|
||||||
|
dart-code.flutter
|
||||||
|
editorconfig.editorconfig
|
||||||
|
icrawl.discord-vscode
|
||||||
|
ms-python.debugpy
|
||||||
|
ms-python.python
|
||||||
|
naumovs.color-highlight
|
||||||
|
oven.bun-vscode
|
Loading…
Reference in a new issue