mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-01-31 00:35:42 +00:00
feat(git): add gitconfig
This commit is contained in:
parent
4554ee655a
commit
2dc1800005
2 changed files with 9 additions and 0 deletions
|
@ -43,6 +43,8 @@ RUN chsh -s $(which zsh) ${SSH_USER}
|
||||||
# User Configuration
|
# User Configuration
|
||||||
USER "${SSH_USER}"
|
USER "${SSH_USER}"
|
||||||
|
|
||||||
|
# GIT
|
||||||
|
RUN ln -s /home/${SSH_USER}/.dotfiles/git/gitconfig /home/${SSH_USER}/.gitconfig
|
||||||
# ZSH
|
# ZSH
|
||||||
RUN ln -s /home/${SSH_USER}/.dotfiles/zsh/zshrc /home/${SSH_USER}/.zshrc
|
RUN ln -s /home/${SSH_USER}/.dotfiles/zsh/zshrc /home/${SSH_USER}/.zshrc
|
||||||
# TMUX
|
# TMUX
|
||||||
|
|
7
dotfiles/git/gitconfig
Normal file
7
dotfiles/git/gitconfig
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[user]
|
||||||
|
name = Tine Jozelj
|
||||||
|
email = tine@tjo.space
|
||||||
|
signingkey = 3818B74E3830D7CF
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
Loading…
Reference in a new issue