Add tmux-sessionizer to manage git sessions #78

Merged
joao.dubas merged 4 commits from jpd-tmux-sessionizer into main 2024-09-29 12:34:51 +00:00
Showing only changes of commit 66b4cbc2bc - Show all commits

View File

@ -162,7 +162,8 @@ ENV MISE_ENV_FILE .env
RUN curl https://mise.jdx.dev/install.sh | sh \
&& curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash \
&& curl -sS https://raw.githubusercontent.com/atuinsh/atuin/main/install.sh | bash \
&& git clone https://github.com/tmux-plugins/tpm.git ${XDG_CONFIG_HOME}/tmux/plugins/tpm
&& git clone https://github.com/tmux-plugins/tpm.git ${XDG_CONFIG_HOME}/tmux/plugins/tpm \
&& curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jrmoulton/tmux-sessionizer/releases/download/v0.4.2/tmux-sessionizer-installer.sh | sh
# configure fish and bash
RUN fish -c true \
@ -243,3 +244,4 @@ RUN git config --global user.email "${GIT_USER_EMAIL}" \
COPY ./scripts/docker-entrypoint.sh /usr/local/bin/docker-entrypoint
COPY ./scripts/elixir-ls-setup.sh /usr/local/bin/elixir-ls-setup