Add tmux and tmuxp #1

Merged
joao.dubas merged 4 commits from jpd-add-tmux-and-tmuxp into main 2023-10-15 21:00:50 +00:00
Showing only changes of commit 6aadc39650 - Show all commits

View File

@ -132,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