We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059cee2 commit a71aeaaCopy full SHA for a71aeaa
1 file changed
install/bootstrap_apps_gui.sh
@@ -69,11 +69,14 @@ if is_profile_admin_or_similar; then
69
is_fedora && fedora_flatpak_remote_add "flathub" "https://flathub.org/repo/flathub.flatpakrepo"
70
is_fedora && fedora_flatpak_remote_add "fedora" "oci+https://registry.fedoraproject.org"
71
72
- # Terminal
+ # Generic terminal
73
is_macos && homebrew_brew_cask_install "ghostty"
74
is_fedora && fedora_dnf_install "ghostty"
75
is_archl && archlinux_pacman_install "ghostty"
76
77
+ # Specialized terminal
78
+ is_macos && homebrew_brew_cask_install "warp" # Terminal with AI agent as first class primitive
79
+
80
# Docker repository
81
# - from upstream rather than distribution packages
82
# src:
0 commit comments