VSCodium: Switched to VSCode.

This commit is contained in:
2026-02-12 21:07:07 +01:00
parent 47f846cc9a
commit c39c6357bb
5 changed files with 23 additions and 13 deletions

View File

@@ -10,3 +10,13 @@ golang.go
usernamehw.indent-one-space usernamehw.indent-one-space
Yummygum.city-lights-icon-vsc Yummygum.city-lights-icon-vsc
zbr.vscode-ansible zbr.vscode-ansible
kamikillerto.vscode-colorize
emilast.LogFileHighlighter
esbenp.prettier-vscode
ESPHome.esphome-vscode
keesschollaart.vscode-home-assistant
lukas-tr.materialdesignicons-intellisense
netcorext.uuid-generator
oderwat.indent-rainbow
redhat.vscode-yaml
usernamehw.errorlens

View File

@@ -7,7 +7,7 @@
"editor.wordWrap": "on", "editor.wordWrap": "on",
"workbench.startupEditor": "newUntitledFile", "workbench.startupEditor": "newUntitledFile",
"workbench.fontAliasing": "auto", "workbench.fontAliasing": "auto",
"terminal.external.osxExec": "iTerm.app", "terminal.external.osxExec": "Ghostty.app",
"workbench.colorTheme": "Nord", "workbench.colorTheme": "Nord",
"workbench.preferredDarkColorTheme": "Nord", "workbench.preferredDarkColorTheme": "Nord",
"workbench.iconTheme": "city-lights-icons-vsc", "workbench.iconTheme": "city-lights-icons-vsc",

View File

@@ -18,13 +18,13 @@ install: git-fetch deploy-base ## Update repor and run deploy-base
deploy-base: deploy-eza deploy-tmux deploy-vim deploy-zsh deploy-ssh deploy-hushlogin ## Only deploy basic conf files for shell usage deploy-base: deploy-eza deploy-tmux deploy-vim deploy-zsh deploy-ssh deploy-hushlogin ## Only deploy basic conf files for shell usage
deploy-workstation: deploy-base deploy-vscodium deploy-youtubedl ## Deploy workstation specific config files (inherits deploy-shell) deploy-workstation: deploy-base deploy-vscode deploy-youtubedl ## Deploy workstation specific config files (inherits deploy-shell)
deploy-macos: deploy-htop deploy-workstation deploy-brewfile ## Deploy macOS specific config files (inherits deploy-workstation) deploy-macos: deploy-htop deploy-workstation deploy-brewfile ## Deploy macOS specific config files (inherits deploy-workstation)
gen-vscodium-plugin-list: ## Update the list of VSCodium plugins gen-vscode-extension-list: ## Update the list of VSCode extensions
@echo "\033[1;32m>>>\033[1;0m Updating the list of VSCodium plugins at .config/VSCodium/UserUser/extensions.list" @echo "\033[1;32m>>>\033[1;0m Updating the list of VSCode extensions at .config/Code/User/extensions.list"
@code --list-extensions > .config/VSCodium/UserUser/extensions.list @code --list-extensions > .config/Code/User/extensions.list
git-fetch: ## Fetch changes from origin git-fetch: ## Fetch changes from origin
@echo "\033[1;32m>>>\033[1;0m Fetching changes from origin." @echo "\033[1;32m>>>\033[1;0m Fetching changes from origin."
@@ -75,13 +75,13 @@ deploy-vim: ## Deploy vim config
@mkdir -p ${HOMEDIR}/.config/vim/undo @mkdir -p ${HOMEDIR}/.config/vim/undo
@cp .config/vim/vimrc ${HOMEDIR}/.config/vim @cp .config/vim/vimrc ${HOMEDIR}/.config/vim
deploy-vscodium: ## Deploy VSCodium config deploy-vscode: ## Deploy VSCode config
@echo "\033[1;32m>>>\033[1;0m Deploy VSCodium config to ${HOMEDIR}/.config/VSCodium/User" @echo "\033[1;32m>>>\033[1;0m Deploy VSCode config to ${HOMEDIR}/Library/Application Support/Code/User"
@mkdir -p ${HOMEDIR}/.config/VSCodium/User @mkdir -p "${HOMEDIR}/Library/Application Support/Code/User"
@cp .config/VSCodium/User/*.json ${HOMEDIR}/.config/VSCodium/User @cp .config/Code/User/*.json "${HOMEDIR}/Library/Application Support/Code/User"
@echo "\033[1;32m>>>\033[1;0m Install VSCodium extensions from ${HOMEDIR}/.config/VSCodium/User/extensions.list" @echo "\033[1;32m>>>\033[1;0m Install VSCode extensions from .config/Code/User/extensions.list"
@cat .config/VSCodium/User/extensions.list | xargs -L 1 code --install-extension @cat .config/Code/User/extensions.list | xargs -L 1 code --install-extension
deploy-youtubedl: ## Deploy youtube-dl config deploy-youtubedl: ## Deploy youtube-dl config
@echo "\033[1;32m>>>\033[1;0m Deploy youtube-dl config to ${HOMEDIR}/.config/youtube-dl" @echo "\033[1;32m>>>\033[1;0m Deploy youtube-dl config to ${HOMEDIR}/.config/youtube-dl"

View File

@@ -24,7 +24,7 @@ install Update repor and run deploy-base
deploy-base Only deploy basic conf files for shell usage deploy-base Only deploy basic conf files for shell usage
deploy-workstation Deploy workstation specific config files (inherits deploy-shell) deploy-workstation Deploy workstation specific config files (inherits deploy-shell)
deploy-macos Deploy macOS specific config files (inherits deploy-workstation) deploy-macos Deploy macOS specific config files (inherits deploy-workstation)
gen-vscodium-plugin-list Update the list of VSCodium plugins gen-vscode-extension-list Update the list of VSCode extensions
git-fetch Fetch changes from origin git-fetch Fetch changes from origin
git-push Push changes to origin git-push Push changes to origin
git-update-submodules Update all submodules git-update-submodules Update all submodules
@@ -35,7 +35,7 @@ deploy-htop Deploy htop config
deploy-htop-zfs Deploy htop config with zfs deploy-htop-zfs Deploy htop config with zfs
deploy-tmux Deploy tmux config deploy-tmux Deploy tmux config
deploy-vim Deploy vim config deploy-vim Deploy vim config
deploy-vscodium Deploy VSCodium config deploy-vscode Deploy VSCode config
deploy-youtubedl Deploy youtube-dl config deploy-youtubedl Deploy youtube-dl config
deploy-zsh Deploy zsh config deploy-zsh Deploy zsh config
deploy-brewfile Deploy Brewfile deploy-brewfile Deploy Brewfile