mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Fix permissions
This commit is contained in:
parent
4cd7cc559b
commit
66503da627
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
"userGid": 1000
|
"userGid": 1000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"postCreateCommand": "rm -rf $HOME/.oh-my-zsh && ln -s /workspaces/ohmyzsh $HOME/.oh-my-zsh && cp /workspaces/ohmyzsh/templates/minimal.zshrc $HOME/.zshrc",
|
"postCreateCommand": "dir=/workspaces/ohmyzsh; rm -rf $HOME/.oh-my-zsh && ln -s $dir $HOME/.oh-my-zsh && cp $dir/templates/minimal.zshrc $HOME/.zshrc && chgrp -R 1000 $dir && chmod g-w,o-w $dir",
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"codespaces": {
|
"codespaces": {
|
||||||
"openFiles": [
|
"openFiles": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue