This commit is contained in:
Richard Sperry 2025-04-17 22:18:05 -07:00
parent 1a2d5366e8
commit 6c4af49087
4 changed files with 5 additions and 3 deletions

View file

@ -11,6 +11,7 @@ changed code-server launch to use its config instead of command line args
changed boot scripts for readability
changed boot dependency order for stability
changed default files path
changed reset to use correct path
## Removed
@ -27,10 +28,11 @@ added a folder for code-server config files, to distinguish from
added a new init script to run user-added scripts at boot to enhance functionality
added a tasks file for common tasks be in vs code.
added a script in custom boot to allow tasks to be code-backed for extra convenience.
added powershell
## TODO
get code to auto-launch terminal to motd
fix settings reset
check install packages for needed

View file

@ -94,7 +94,7 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias reset-settings="cp /root/.code-server/settings.json /data/vscode/User/settings.json && echo 'Setting restored!'"
alias reset-settings="cp /root/.code-server/settings.json /data/vscode/user/settings.json && echo 'Setting restored!'"
# Home Assistant CLI
source <(ha completion zsh) && compdef _ha ha

View file

@ -8,7 +8,6 @@
"files.associations": {
"*.yaml": "home-assistant"
},
"window.autoDetectColorScheme": true,
"terminal.integrated.defaultProfile.linux": "zsh",
"esphome.validator": "local",
"terminal.integrated.copyOnSelection": true,

View file

@ -118,6 +118,7 @@
"vsicons.projectDetection.disableDetect": true,
"workbench.iconTheme": "vs-seti",
"yaml.format.enable": true,
"window.autoDetectColorScheme": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.rulers": [
80,