Skip to content

v0.1.0 - First release

Latest

Choose a tag to compare

@williamtcastro williamtcastro released this 16 Apr 18:35
· 2 commits to main since this release
05ff48f

First release of spaceship-sunset.

What's in it

  • Warm-orange Spaceship prompt with 6 coordinated palettes: nord-vibrant-orange (default), nord-pastel-orange, charcoal-vibrant-orange, catppuccin-mocha, catppuccin-macchiato, catppuccin-frappe.
  • set_theme <name> rewrites 9 tool configs atomically: bat, btop, yazi, ghostty, wezterm, lazygit, nvim, delta, cmux.
  • Idempotent install.sh / uninstall.sh with .spaceship-sunset.bak snapshots for every touched config.
  • Portable across BSD (macOS) and GNU (Linux) sed.
  • CI: shellcheck + zsh -n + full install/idempotency/uninstall verification on both linux and macOS + per-tool rewrite assertions.

Install

bash -c "$(curl -fsSL https://raw.githubusercontent.com/williamtcastro/spaceship-sunset/v0.1.0/install.sh)"

Requires a Nerd Font (v3.0+) set as your terminal font.

Limitations

  • tmux cross-palette sync is a no-op in v0.1.0 (catppuccin only); documented in docs/DESIGN.md.