pengwin-setup icon indicating copy to clipboard operation
pengwin-setup copied to clipboard

Add WezTerm terminal installer with Windows/Linux version choice

Open Copilot opened this issue 3 months ago • 0 comments

Adds installer for WezTerm terminal emulator with option to install either the Windows native version (better window management) or the Linux version (requires X/WSLg).

Changes

  • pengwin-setup.d/wezterm.sh - Main installer with version selection menu
    • Windows: Downloads installer from GitHub releases
    • Linux: Installs via official APT repository (apt.fury.io/wez)
  • pengwin-setup.d/uninstall/wezterm.sh - Removes Linux package, APT repo, and GPG key
  • pengwin-setup.d/terminal.sh - Added WEZTERM to Terminal menu
  • pengwin-setup.d/uninstall.sh - Added WEZTERM to uninstall menu
  • completions/pengwin-setup - Added completions for WEZTERM and WEZT_WINDOWS/WEZT_LINUX sub-options
  • tests/wezterm.sh - Unit tests for install/uninstall

Usage

# Interactive
pengwin-setup  # GUI > Terminal > WezTerm

# Non-interactive
pengwin-setup install GUI TERMINAL WEZTERM WEZT_LINUX
pengwin-setup install GUI TERMINAL WEZTERM WEZT_WINDOWS
pengwin-setup install UNINSTALL WEZTERM
Original prompt

create an installer for wezterm: https://wezterm.org/ but in this time you'll also ask if the user want the Windows or the Linux version. i am not clear if there is any advantages of any despite the better window management in the case of Windows


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot avatar Nov 26 '25 14:11 Copilot