Skip to content

Commit f8c2800

Browse files
bootstrap: install warp terminal on macOS
1 parent d783e15 commit f8c2800

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

install/bootstrap_apps_gui.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,14 @@ if is_profile_admin_or_similar; then
6969
is_fedora && fedora_flatpak_remote_add "flathub" "https://flathub.org/repo/flathub.flatpakrepo"
7070
is_fedora && fedora_flatpak_remote_add "fedora" "oci+https://registry.fedoraproject.org"
7171

72-
# Terminal
72+
# Generic terminal
7373
is_macos && homebrew_brew_cask_install "ghostty"
7474
is_fedora && fedora_dnf_install "ghostty"
7575
is_archl && archlinux_pacman_install "ghostty"
7676

77+
# Specialized terminal
78+
is_macos && homebrew_brew_cask_install "warp" # Terminal with AI agent as first class primitive
79+
7780
# Docker repository
7881
# - from upstream rather than distribution packages
7982
# src:

0 commit comments

Comments
 (0)