chore: git config is the last step of image
This commit is contained in:
parent
8c7cdd6a58
commit
1556c55680
@ -170,13 +170,6 @@ RUN fish -c true \
|
|||||||
&& echo 'alias ll="l -Fahl"' >> ${XDG_CONFIG_HOME}/fish/config.fish \
|
&& echo 'alias ll="l -Fahl"' >> ${XDG_CONFIG_HOME}/fish/config.fish \
|
||||||
&& echo 'alias la="l -a"' >> ${XDG_CONFIG_HOME}/fish/config.fish
|
&& echo 'alias la="l -a"' >> ${XDG_CONFIG_HOME}/fish/config.fish
|
||||||
|
|
||||||
# configure git
|
|
||||||
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 core.editor nvim
|
|
||||||
|
|
||||||
# install rtx plugins
|
# install rtx plugins
|
||||||
RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
|
RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
|
||||||
awscli \
|
awscli \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user