diff --git a/bash/.bashrc b/bash/.bashrc index c29a424..4dc0cb4 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -204,3 +204,6 @@ export PATH="$PATH:/Users/matt/.foundry/bin" # Created by `pipx` on 2026-04-22 15:46:28 export PATH="$PATH:/Users/matt/.local/bin" + +# Generated for envman. Do not edit. +[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh" diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 36d3c45..7aed9f9 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -6,7 +6,7 @@ font-family = SFMono Nerd Font # font-style = Regular # font-style-bold = Regular font-thicken = true -macos-titlebar-style = hidden +# macos-titlebar-style = hidden # linux # gtk-titlebar = false @@ -19,7 +19,7 @@ cursor-style = block # background-image = ~/.config/ghostty/earth.png # background-image-opacity = 0 # background-image-fit = cover -window-decoration = false +window-decoration = none macos-icon = xray diff --git a/ghostty/.config/ghostty/themes/ember-light b/ghostty/.config/ghostty/themes/ember-light index 653b2bf..bd7a66c 100644 --- a/ghostty/.config/ghostty/themes/ember-light +++ b/ghostty/.config/ghostty/themes/ember-light @@ -16,7 +16,7 @@ palette = 3=#7a6820 palette = 4=#3a6080 palette = 5=#905050 palette = 6=#386858 -palette = 7=#b8ac96 +palette = 7=#282418 # Bright colors (same as normal — Ember's muted philosophy) palette = 8=#282418 @@ -26,4 +26,4 @@ palette = 11=#7a6820 palette = 12=#3a6080 palette = 13=#905050 palette = 14=#386858 -palette = 15=#8a7e6a +palette = 15=#282418 diff --git a/nvim/.config/nvim/lazy-lock.json b/nvim/.config/nvim/lazy-lock.json index 3fbe6af..0d50b49 100644 --- a/nvim/.config/nvim/lazy-lock.json +++ b/nvim/.config/nvim/lazy-lock.json @@ -4,7 +4,7 @@ "formatter.nvim": { "branch": "master", "commit": "b9d7f853da1197b83b8edb4cc4952f7ad3a42e41" }, "gitsigns.nvim": { "branch": "main", "commit": "7c4faa3540d0781a28588cafbd4dd187a28ac6e3" }, "helm-ls.nvim": { "branch": "main", "commit": "f0b9a1723890971a6d84890b50dbf5f40974ea1b" }, - "lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" }, + "lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" }, "leetcode.nvim": { "branch": "master", "commit": "fdd3f91800b3983e27bc9fcfb99cfa7293d7f11a" }, "mason.nvim": { "branch": "main", "commit": "44d1e90e1f66e077268191e3ee9d2ac97cc18e65" }, "neodev.nvim": { "branch": "main", "commit": "46aa467dca16cf3dfe27098042402066d2ae242d" },