Skip to content

Commit 20b14c0

Browse files
committed
Install terminal multiplexers screen and tmux
- Enable Oh My Zsh plugins screen tmux vscode
1 parent fec4bfb commit 20b14c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.devcontainer/GHC.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ RUN sysArch="$(uname -m)" \
4040
&& apk add --no-cache yamllint \
4141
## Install pip
4242
&& apk add --no-cache py3-pip \
43+
## Install terminal multiplexers
44+
&& apk add --no-cache screen tmux \
4345
## Install hadolint
4446
&& case "$sysArch" in \
4547
x86_64) tarArch="x86_64" ;; \

.devcontainer/scripts/usr/local/bin/onCreateCommand.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if ! grep -q "cabal's bin" "$HOME/.zshrc"; then
3838
fi
3939

4040
# Enable Oh My Zsh plugins
41-
sed -i "s/plugins=(git)/plugins=(cabal git pip stack)/g" "$HOME/.zshrc"
41+
sed -i "s/plugins=(git)/plugins=(cabal git pip stack screen tmux vscode)/g" "$HOME/.zshrc"
4242

4343
# Remove old .zcompdump files
4444
rm -f "$HOME"/.zcompdump*

0 commit comments

Comments
 (0)