Add git configuration
This commit is contained in:
parent
3f9ab2fffd
commit
478270801b
@ -73,6 +73,11 @@ indica "Configuring tmux"
|
||||
persiste "${REPODIR}/.tmux.conf" "${HOME}/.tmux.conf"
|
||||
inspice https://github.com/tmux-plugins/tpm "${HOME}/.tmux/plugins/tpm"
|
||||
|
||||
# git
|
||||
indica "Configuring git"
|
||||
persiste "${REPODIR}/.gitconfig" "${HOME}/.gitconfig"
|
||||
persiste "${REPODIR}/.gitconfig-extra" "${HOME}/.gitconfig-extra"
|
||||
|
||||
# vim
|
||||
indica "Configuring vim"
|
||||
persiste "${REPODIR}/.vim" "${HOME}/.vim"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user