feat: set GLOW_STYLE and add glow to go:install:tools

- .zshenv: export GLOW_STYLE pointing to Nord theme JSON
- arty.yml: add glow v2 to go:install:tools

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 18:26:04 +02:00
co-authored by Claude Sonnet 4.6
parent 2a7059783b
commit e15dd0a6c5
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -15,4 +15,7 @@ plugins=(
export EDITOR=micro
# Enable TrueColors for micro
export MICRO_TRUECOLOR=1
export MICRO_TRUECOLOR=1
# Set custom glow style
export GLOW_STYLE="$HOME/.config/glow/nord.json"