refactor(devcontainer): 合并配置脚本为单一环境设置脚本
This commit is contained in:
8
.devcontainer/onCreateCommand.d/00-setup-full-environment
Executable file
8
.devcontainer/onCreateCommand.d/00-setup-full-environment
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/zsh -eu
|
||||
|
||||
# 修复 node_modules 权限问题:
|
||||
sudo chown -R $(whoami):$(whoami) node_modules || true
|
||||
|
||||
h-setup-locale
|
||||
h-setup-zsh
|
||||
h-setup-bun
|
||||
Reference in New Issue
Block a user