We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345ebda commit 6e0ad6fCopy full SHA for 6e0ad6f
1 file changed
.devcontainer/setup.sh
@@ -5,13 +5,13 @@ apt-get install -y \
5
jq \
6
zsh
7
8
-useradd -m developer
9
-su developer
10
-
11
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
12
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
13
apt-get install yarn -y --no-install-recommends
14
+useradd -m developer
+su developer
+
15
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
16
cp -R /root/.oh-my-zsh /home/$USERNAME
17
cp /root/.zshrc /home/$USERNAME
0 commit comments