|
|
@ -207,7 +207,7 @@ set_pacman_config() {
|
|
|
|
set_git_config() {
|
|
|
|
set_git_config() {
|
|
|
|
git config --global user.email=philip.gaber@gmail.com
|
|
|
|
git config --global user.email=philip.gaber@gmail.com
|
|
|
|
git config --global user.name=Toerd@$(hostname)
|
|
|
|
git config --global user.name=Toerd@$(hostname)
|
|
|
|
git config credential.useHttpPath true
|
|
|
|
git config --global credential.useHttpPath true
|
|
|
|
git config --global credential.helper /usr/bin/pass-git-helper
|
|
|
|
git config --global credential.helper /usr/bin/pass-git-helper
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|