My Nix Infra
nix nixos
0
fork

Configure Feed

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

use duck mail address as git email address

ydcjeff 236b4ddf 64f2517c

+2 -10
-2
gh.ini
··· 1 - [user] 2 - email = 32727188+ydcjeff@users.noreply.github.com
-2
gl.ini
··· 1 - [user] 2 - email = 4737464-ydcjeff@users.noreply.gitlab.com
+2 -6
setup.sh
··· 26 26 echo "> Sourcing dotfiles" 27 27 mkdir -p $HOME/.config/fish 28 28 echo "source $HOME/.dotfiles/fishrc.sh" > $HOME/.config/fish/config.fish 29 - fish 30 29 31 30 # Some git defaults 32 31 git config --global color.ui true 33 32 git config --global push.default simple 34 33 git config --global fetch.prune true 35 34 36 - # load github and gitlab profiles 37 - # gitdir/i is case insensitive 38 35 git config --global user.name "ydcjeff" 39 - git config --global user.email "4737464-ydcjeff@users.noreply.gitlab.com" 40 - git config --global includeIf.gitdir/i:$HOME/gh/.path $DOTFILES_PATH/gh.ini 41 - git config --global includeIf.gitdir/i:$HOME/gl/.path $DOTFILES_PATH/gl.ini 36 + git config --global user.email "n2ya@duck.com" 37 + git config --global core.editor "nvim"