Minor improvements in user setup and configuration #34

Merged
joao.dubas merged 3 commits from jpd-feat-improve-user-creation into main 2024-04-08 18:20:00 +00:00
Showing only changes of commit 432ca341e3 - Show all commits

View File

@ -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" \