feat: add tmux and tmuxp (#1)

Allow terminal multiplexing through [`tmux`][0] and make it configurable using [`tmuxp`][1].

[0]: https://github.com/tmux/tmux
[1]: https://github.com/tmux-python/tmuxp

Co-authored-by: Joao P Dubas <joao.dubas@gmail.com>
Reviewed-on: #1
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
2023-10-15 21:00:49 +00:00
committed by João Paulo Dubas
parent fa879a6772
commit 3293ae8a3e
5 changed files with 147 additions and 3 deletions

View File

@@ -59,6 +59,8 @@ RUN apt-get update \
python3-openssl \
sudo \
tk-dev \
tmux \
tmuxp \
unixodbc-dev \
unzip \
uuid-dev \
@@ -130,7 +132,8 @@ ENV SHELL /usr/bin/bash
# command line utilities
RUN curl https://rtx.pub/install.sh | sh \
&& curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
&& curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash \
&& git clone https://github.com/tmux-plugins/tpm.git ${XDG_CONFIG_HOME}/tmux/plugins/tpm
# git configuration
COPY ./patch/kickstart.nvim/updates.patch /tmp