Minor improvements in user setup and configuration #34
@ -215,6 +215,7 @@ ARG GIT_USER_EMAIL
|
||||
ARG GIT_USER_NAME
|
||||
RUN git config --global user.email "${GIT_USER_EMAIL}" \
|
||||
&& git config --global user.name "${GIT_USER_NAME}" \
|
||||
&& git config --global gpg.ssh.allowedSignersFile "${XDG_CONFIG_HOME}/git/allowed_signers" \
|
||||
&& git config --global core.editor nvim \
|
||||
&& git config --global diff.tool nvimdiff \
|
||||
&& git config --global difftool.nvimdiff.layout "LOCAL,REMOTE" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user