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:
@@ -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
|
||||
|
Reference in New Issue
Block a user