Releases: victordantasdev/ghostty-config
Releases · victordantasdev/ghostty-config
v0.2.0
ghostty-config v0.2.0
Self-contained CLI for configuring Ghostty — shaders and themes are embedded
in the binary and seeded to ~/.config/ghostty/ on first launch.
Install
Download the archive for your platform below, extract, and put the
ghostty-config binary somewhere on your $PATH.
# macOS arm64 example
curl -sSL https://github.com/victordantasdev/ghostty-config/releases/download/v0.2.0/ghostty-config_0.2.0_darwin_arm64.tar.gz \
| tar -xz ghostty-config
sudo install -m 755 ghostty-config /usr/local/bin/ghostty-configChangelog
Features
- 4d53142 feat(tui): clarify preview vs save with banner, footer, toast and help overlay
v0.1.0
ghostty-config v0.1.0
Self-contained CLI for configuring Ghostty — shaders and themes are embedded
in the binary and seeded to ~/.config/ghostty/ on first launch.
Install
Download the archive for your platform below, extract, and put the
ghostty-config binary somewhere on your $PATH.
# macOS arm64 example
curl -sSL https://github.com/victordantasdev/ghostty-config/releases/download/v0.1.0/ghostty-config_0.1.0_darwin_arm64.tar.gz \
| tar -xz ghostty-config
sudo install -m 755 ghostty-config /usr/local/bin/ghostty-configChangelog
Features
- f930a26 feat(app): add interactive menu orchestration
- b6f2892 feat(cli): add cobra root command wiring
- 2e9cef3 feat(cli): inject version metadata via ldflags
- 2d13dac feat(ghostty): add config writer and options model
- 4c4b633 feat(shader): add shader loader with bundled GLSL collection
- 4e1569a feat(theme): add theme loader with vesper theme
- cf690b5 feat(ui): add lipgloss styles and bubbletea messages
- 89419e2 feat: add ghostty-config CLI entry point with embedded assets