reformat directories structure and add aerospace windows manager

Signed-off-by: Rack Lin <racklin@gmail.com>
This commit is contained in:
2026-03-31 17:30:38 +08:00
parent 8bd05824c0
commit cd967cfa2a
70 changed files with 412 additions and 34 deletions

View File

@@ -0,0 +1 @@
[]

0
vscode/mcp.json Normal file
View File

10
vscode/settings.json Normal file
View File

@@ -0,0 +1,10 @@
{
"containers.containerClient": "com.microsoft.visualstudio.containers.docker",
"containers.orchestratorClient": "com.microsoft.visualstudio.orchestrators.dockercompose",
"plantuml.render": "PlantUMLServer",
"plantuml.server": "http://localhost:8080",
"editor.fontSize": 15,
"editor.fontFamily": "'JetBrainsMonoNL Nerd Font Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnSave": true,
"php.validate.executablePath": ""
}