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 le config for now

Signed-off-by: ~ajhalili2006 <ajhalili2006@andreijiroh.dev>

+11
+11
.gitconfig
··· 1 + [credential "https://github.com"] 2 + helper = !/data/data/com.termux/files/usr/bin/gh auth git-credential 3 + [credential "https://gist.github.com"] 4 + helper = !/data/data/com.termux/files/usr/bin/gh auth git-credential 5 + [user] 6 + name = ~ajhalili2006 7 + email = ajhalili2006@andreijiroh.dev 8 + [credential "https://gitlab.com"] 9 + helper = !/data/data/com.termux/files/usr/bin/glab auth git-credential 10 + [core] 11 + editor = nano