From 45f8a4d12eee0a701e38056d7a7e8288da0bf8e7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 24 Sep 2025 12:43:58 -0500 Subject: feat(config): Update git and environment settings Add GitHub username to git config and swap default/alternate browser assignments. Also reorder startup script to launch emacs daemon before xautolock. --- dotfiles/system/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotfiles/system/.gitconfig') diff --git a/dotfiles/system/.gitconfig b/dotfiles/system/.gitconfig index d9b1efd..9b74927 100644 --- a/dotfiles/system/.gitconfig +++ b/dotfiles/system/.gitconfig @@ -15,3 +15,5 @@ directory = /home/cjennings/.dotfiles [help] autocorrect = 1 +[github] + user = cjennings -- cgit v1.2.3