We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6774889 commit 921c2d6Copy full SHA for 921c2d6
.devcontainer/features/bash-config/config/bashrc
@@ -12,6 +12,10 @@ source $CONFIG_FOLDER/bash-config-rc
12
if [ ! -f /one-time ]; then
13
14
# add your personal one time only (container creation) commands here
15
+ # e.g. to add zsh in:-
16
+ # apt-get update; apt-get install -y zsh
17
+ # echo y | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)")
18
+ # sed -i 's/robbyrussel/dst/' /root/.zshrc
19
20
touch /one-time
21
fi
0 commit comments