From 4c4cd753d3a8902b188864a7526637378dd256ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Tue, 1 Nov 2022 10:14:07 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20screen;=20set=20tmux=20status?= =?UTF-8?q?=20bar=20color=20to=20red?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- tmux.conf | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tmux.conf diff --git a/Dockerfile b/Dockerfile index a2af797..f65d83f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -126,7 +126,7 @@ RUN helper-curl bin ytt \ FROM alpine AS shpod ENV COMPLETIONS=/usr/share/bash-completion/completions -RUN apk add --no-cache apache2-utils bash bash-completion curl docker-cli file gettext git iputils jq libintl ncurses openssh openssl sudo tmux tree vim yq +RUN apk add --no-cache apache2-utils bash bash-completion curl docker-cli file gettext git iputils jq libintl ncurses openssh openssl screen sudo tmux tree vim yq COPY --from=compose /usr/local/bin/docker-compose /usr/local/bin COPY --from=crane /usr/local/bin/crane /usr/local/bin @@ -194,6 +194,7 @@ RUN \ ; fi COPY --chown=1000:1000 bash_profile /home/k8s/.bash_profile COPY --chown=1000:1000 vimrc /home/k8s/.vimrc +COPY --chown=1000:1000 tmux.conf /home/k8s/.tmux.conf COPY motd /etc/motd COPY setup-tailhist.sh /usr/local/bin diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..2738c10 --- /dev/null +++ b/tmux.conf @@ -0,0 +1 @@ +set -g status-style bg=red