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"
+1
View File
@@ -53,6 +53,7 @@ scripts:
go:install:tools: |
CGO_ENABLED=1 go install -tags extended,withdeploy github.com/gohugoio/hugo@latest
go install github.com/mikefarah/yq/v4@latest
go install github.com/charmbracelet/glow/v2@latest
go:clean: go clean -cache && go clean -modcache
vscode:extensions: |
code --install-extension editorconfig.editorconfig