From 64bfafb427261e958df006494073ac051ec45853 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sun, 30 Aug 2026 13:23:41 -0400 Subject: [PATCH 1/4] git: Update work email address --- git/config-professional | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config-professional b/git/config-professional index d7dfff0..ac91b9b 100644 --- a/git/config-professional +++ b/git/config-professional @@ -1,6 +1,6 @@ [user] name = Jeremy Kaplan -email = jeremy@kaizenlabs.co +email = jeremy@increase.com [includeIf "gitdir:~/projects/"] path = config-personal From 358773ea0bf2bdd2ed49936928d50dac23608931 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 31 Aug 2026 16:54:55 -0400 Subject: [PATCH 2/4] helix: Fix color name typo in theme --- helix/themes/base.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix/themes/base.toml b/helix/themes/base.toml index ceddca9..04821c8 100644 --- a/helix/themes/base.toml +++ b/helix/themes/base.toml @@ -193,7 +193,7 @@ "ui.cursorline.primary" = { bg = "Focused" } "ui.cursorline.secondary" = {} -"ui.cursorcolumn.primary" = { fg = "White", bg = "Focused" } +"ui.cursorcolumn.primary" = { fg = "white", bg = "Focused" } "ui.cursorcolumn.secondary" = {} ## Gutter From a74d7cbe49ac3ec8b6045f36f9fe83672fe0c3ae Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 31 Aug 2026 16:55:17 -0400 Subject: [PATCH 3/4] gh: fmt config --- gh/config.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/gh/config.yml b/gh/config.yml index db67ccf..2c67d30 100644 --- a/gh/config.yml +++ b/gh/config.yml @@ -9,9 +9,11 @@ prompt: enabled pager: # Aliases allow you to create nicknames for gh commands aliases: - co: > - !(ref="$(gh pr view "$1" --json 'headRefName' --jq '.headRefName')" && git fetch-branch "$ref" && git switch "$ref") - prw: pr view -w - commit: > - !(repo=$(gh repo view --json url --jq .url) && ref="${1-HEAD}" && commit=$(git rev-parse "$ref") && open "${repo}/commit/${commit}") + co: > + !(ref="$(gh pr view "$1" --json 'headRefName' --jq '.headRefName')" && git fetch-branch "$ref" && git switch "$ref") + + prw: pr view -w + commit: > + !(repo=$(gh repo view --json url --jq .url) && ref="${1-HEAD}" && commit=$(git rev-parse "$ref") && open "${repo}/commit/${commit}") + version: "1" From f05f960fcfcbf795f03b319bf3eea31323136898 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 31 Aug 2026 16:55:44 -0400 Subject: [PATCH 4/4] ghostty(macos): Always start in home directory --- ghostty/darwin.ghostty | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghostty/darwin.ghostty b/ghostty/darwin.ghostty index f7b78cd..b4cd4e3 100644 --- a/ghostty/darwin.ghostty +++ b/ghostty/darwin.ghostty @@ -1,3 +1,5 @@ font-size = 12 quit-after-last-window-closed = true + +working-directory = home