From 43893b5a3a6bb38b7eb4d548ac343d42290d43b2 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 28 Mar 2021 10:07:41 -0400 Subject: [PATCH] Properly indent Git config --- config.org | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/config.org b/config.org index 92819f0..149d3c0 100644 --- a/config.org +++ b/config.org @@ -1408,52 +1408,52 @@ https://github.com/sharkdp/vivid *** User #+begin_src plain :tangle ~/.gitconfig [user] - name = Armaan Bhojwani - email = me@armaanb.net - signingkey = 0FEB9471E19C49C60CFBEB133C9ED82FFE788E4A + name = Armaan Bhojwani + email = me@armaanb.net + signingkey = 0FEB9471E19C49C60CFBEB133C9ED82FFE788E4A #+end_src *** Init #+begin_src plain :tangle ~/.gitconfig [init] - defaultBranch = main + defaultBranch = main #+end_src *** GPG #+begin_src plain :tangle ~/.gitconfig [gpg] - program = gpg + program = gpg #+end_src *** Sendemail #+begin_src plain :tangle ~/.gitconfig [sendemail] - smtpserver = smtp.mailbox.org - smtpuser = me@armaanb.net - smtpencryption = ssl - smtpserverport = 465 - confirm = auto + smtpserver = smtp.mailbox.org + smtpuser = me@armaanb.net + smtpencryption = ssl + smtpserverport = 465 + confirm = auto #+end_src *** Submodules #+begin_src plain :tangle ~/.gitconfig [submodule] - recurse = true + recurse = true #+end_src *** Aliases #+begin_src plain :tangle ~/.gitconfig [alias] - stat = diff --stat - sclone = clone --depth 1 - sclean = clean -dfX - a = add - aa = add . - c = commit - p = push - subup = submodule update --remote - loc = diff --stat 4b825dc642cb6eb9a060e54bf8d69288fbee4904 # Empty hash - mirror = git config --global alias.mirrormirror + stat = diff --stat + sclone = clone --depth 1 + sclean = clean -dfX + a = add + aa = add . + c = commit + p = push + subup = submodule update --remote + loc = diff --stat 4b825dc642cb6eb9a060e54bf8d69288fbee4904 # Empty hash + mirror = git config --global alias.mirrormirror #+end_src *** Commits #+begin_src plain :tangle ~/.gitconfig [commit] - gpgsign = true + gpgsign = true #+end_src ** Dunst Lightweight notification daemon. Gruvbox colors, based on https://github.com/a-schaefers/i3-wm-gruvbox-theme/ -- 2.39.2