My Nix Infra
nix nixos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update git repo, git user.email

ydcjeff 65511ee8 4f29ac71

+2 -2
+2 -2
setup.sh
··· 10 10 if [ -d $HOME/.dotfiles ]; then 11 11 echo "> .dotfiles dir exist, not cloning" 12 12 else 13 - git clone https://github.com/ydcjeff/dotfiles $HOME/.dotfiles 13 + git clone https://gitlab.com/ydcjeff/dotfiles $HOME/.dotfiles 14 14 fi 15 15 16 16 # install starship ··· 36 36 # load github and gitlab profiles 37 37 # gitdir/i is case insensitive 38 38 git config --global user.name "ydcjeff" 39 - git config --global user.email "32727188+ydcjeff@users.noreply.github.com" 39 + git config --global user.email "4737464-ydcjeff@users.noreply.gitlab.com" 40 40 git config --global includeIf.gitdir/i:$HOME/gh/.path $DOTFILES_PATH/gh.ini 41 41 git config --global includeIf.gitdir/i:$HOME/gl/.path $DOTFILES_PATH/gl.ini