8 lines
172 B
Bash
8 lines
172 B
Bash
corepack enable
|
|
corepack install
|
|
# yarn init -2
|
|
ln -sf /app/docker/js/.zshrc ~/.zshrc
|
|
ln -sf /app/tmp/cache/js/.histfile ~/.histfile
|
|
export EDITOR=vim
|
|
exec /usr/bin/zsh -l
|