mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
Replacing tmux-256color by xterm-256color in debian docker image
This commit is contained in:
parent
65e939e18e
commit
763d15e09c
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,8 @@ RUN chown -R "${SSH_USER}:${SSH_USER}" "/home/${SSH_USER}/.dotfiles"
|
|||
|
||||
USER "${SSH_USER}"
|
||||
|
||||
RUN ln -s "/home/${SSH_USER}/.dotfiles/tmux/tmux.conf" "/home/${SSH_USER}/.tmux.conf" \
|
||||
RUN sed -i "s|tmux-256color|xterm-256color|g" "/home/${SSH_USER}/.dotfiles/tmux/tmux.conf" \
|
||||
&& ln -s "/home/${SSH_USER}/.dotfiles/tmux/tmux.conf" "/home/${SSH_USER}/.tmux.conf" \
|
||||
&& mkdir -p "/home/${SSH_USER}/.config" \
|
||||
&& ln -s "/home/${SSH_USER}/.dotfiles/nvim" "/home/${SSH_USER}/.config/nvim" \
|
||||
&& ln -s "/home/${SSH_USER}/.dotfiles/nvim/vimrc" "/home/${SSH_USER}/.vimrc" \
|
||||
|
|
Loading…
Reference in a new issue