Skip to content

Commit

Permalink
Install terminal multiplexers screen and tmux
Browse files Browse the repository at this point in the history
- Enable Oh My Zsh plugins screen tmux vscode
  • Loading branch information
benz0li committed Sep 14, 2023
1 parent fec4bfb commit 20b14c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .devcontainer/GHC.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN sysArch="$(uname -m)" \
&& apk add --no-cache yamllint \
## Install pip
&& apk add --no-cache py3-pip \
## Install terminal multiplexers
&& apk add --no-cache screen tmux \
## Install hadolint
&& case "$sysArch" in \
x86_64) tarArch="x86_64" ;; \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/scripts/usr/local/bin/onCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if ! grep -q "cabal's bin" "$HOME/.zshrc"; then
fi

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

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

0 comments on commit 20b14c0

Please sign in to comment.