feat(setup): add terminal setup recipe#165
Open
yukazakiri wants to merge 1 commit into
Open
Conversation
- interactive menu for 6 terminal emulators (kitty, foot, alacritty, wezterm, ghostty, konsole) - Arch: repo → AUR → Flatpak fallback chain - Fedora: dnf → Flatpak fallback chain - auto-updates config.json apps.terminal and apps.update - developer-friendly: clear comments, TRACE=1 support, easy to extend
3166fe4 to
339d6d5
Compare
Contributor
Author
|
Updated this PR to simplify distro support:
This keeps the recipe focused and maintainable. |
Owner
|
Thanks @yukazakiri — clean, additive recipe that follows the existing setup pattern. Queued for an install test before merge. |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new interactive
/setup-terminalsrecipe that lets users install a terminal emulator and automatically sets it as the iNiR default.Problem
Currently there is no setup recipe for terminal emulators. Users must manually install their preferred terminal and update
config.jsonto set it as the default for Mod+T / Mod+Return keybinds.Changes
New file:
scripts/setup/terminals.shinstall_arch(repo + AUR support)config.json:apps.terminal→ selected terminal keyapps.update→<terminal> -e arch-updatejqwith atomic temp-file + mvTERMINALStable)Design
Follows the existing setup recipe pattern (
spotify.sh,editors.sh):_scan.shsetup_init/setup_progress/setup_done/setup_finish_pauseflowTesting
bash -n scripts/setup/terminals.sh— syntax cleanbash scripts/setup/_scan.sh | jq '.[] | select(.slug == "terminals")'— discovered correctlyRelated
docs/superpowers/plans/2026-05-24-setup-terminals-recipe.md