Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

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

Update email domains for commits

Finnally I did brought andreijiroh.xyz and
recaptime.dev domains for this.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>

+5 -3
+2 -2
.config/git/recaptime-dev.include.gitconfig
··· 1 1 [user] 2 2 name = Andrei Jiroh Halili (RecapTime.dev) 3 - email = ajhalili2006@crew.recaptime.eu.org 3 + email = ajhalili2006@crew.recaptime.dev 4 4 signingkey = 52B6B65187A7469A 5 5 [commit] 6 - template = /home/ajhalili2006/.config/git/commit-message-templates/recaptime-dev 6 + template = ~/.config/git/commit-message-templates/recaptime-dev 7 7 [url "ssh://git@git.jetbrains.space/recaptime/"] 8 8 pushInsteadOf = "https://git.jetbrains.space/recaptime/" 9 9 insteadOf = "https://git.jetbrains.space/recaptime/"
+3 -1
.gitconfig
··· 1 1 # This is the default configuration for Git 2 2 [user] 3 3 name = Andrei Jiroh Halili 4 - email = ajhalili2006@andreijiroh.eu.org 4 + email = ajhalili2006@andreijiroh.xyz 5 5 signingkey = 67BFC91B3DA12BE8 6 6 7 7 [commit] ··· 91 91 [includeIf "gitdir/i:~/projects/recaptime-dev/"] 92 92 path = ~/.config/git/recaptime-dev.include.gitconfig 93 93 [includeIf "gitdir/i:/workspaces/recaptime-dev/"] 94 + path = ~/.config/git/recaptime-dev.include.gitconfig 95 + [includeIf "gitdir/i:/var/git/recaptime-dev/"] 94 96 path = ~/.config/git/recaptime-dev.include.gitconfig 95 97 [includeIf "gitdir/i:/workspaces/lorebooks.wiki/"] 96 98 path = ~/.config/git/recaptime-dev.include.gitconfig