chore(devcontainer): update configuration and lifecycle scripts
This commit is contained in:
17
.devcontainer/lifecycle-scripts.d/04-postStartCommand.d/-
Executable file
17
.devcontainer/lifecycle-scripts.d/04-postStartCommand.d/-
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/zsh -eu
|
||||
h-setup-zh-locale
|
||||
|
||||
h-setup-bun-bin
|
||||
h-setup-pnpm-bin
|
||||
|
||||
h-setup-ai-claude-code --config
|
||||
h-setup-ai-gemini-cli --config
|
||||
|
||||
h-setup-chromium
|
||||
h-setup-desktop-lite
|
||||
|
||||
h-install-node-modules
|
||||
|
||||
echo "-----------------------------"
|
||||
echo "开发容器已启动并配置完成!"
|
||||
echo "-----------------------------"
|
||||
Reference in New Issue
Block a user