sontek/homies

my git config user.name and user.email be set yours

yongbo opened this issue · 3 comments

hi, i clone your dotfile repo. and then , checkout branch vim , use ./install vim to install.

I find my git config user.name and user.email be set yours.

I don;'t know why.

I had the same issue

@yongbo @vitorfs thats because the install script makes your ~/.gitconfig point at the _gitconfig in the dotfiles directory, and that file has this: https://github.com/sontek/dotfiles/blob/master/_gitconfig#L2

All you need to do is edit that file and replace his info with your info.

This is still an issue - especially as the ;TLDR for setting your vim environment does this, and doesn't mention it