Skip to content

Commit 4881ef4

Browse files
bootstrap: drop kitty/alacrity in favor of ghostty
1 parent 0dd0edc commit 4881ef4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

install/bootstrap_apps_gui.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ if is_profile_admin_or_similar; then
6060

6161
# Sunshine
6262
fedora_dnf_copr_enable "lizardbyte/stable"
63+
64+
# Ghostty
65+
fedora_dnf_copr_enable "scottames/ghostty"
6366
fi
6467

6568
# Alternative stores
6669
is_fedora && fedora_flatpak_remote_add "flathub" "https://flathub.org/repo/flathub.flatpakrepo"
6770
is_fedora && fedora_flatpak_remote_add "fedora" "oci+https://registry.fedoraproject.org"
6871

6972
# Terminal
70-
is_macos && homebrew_brew_cask_install "kitty"
71-
is_fedora && fedora_dnf_install "kitty"
72-
is_archl && archlinux_pacman_install "kitty"
73-
is_macos && homebrew_brew_cask_install "alacritty"
74-
is_fedora && fedora_dnf_install "alacritty"
75-
is_archl && archlinux_pacman_install "alacritty"
73+
is_macos && homebrew_brew_cask_install "ghostty"
74+
is_fedora && fedora_dnf_install "ghostty"
75+
is_archl && archlinux_pacman_install "ghostty"
7676

7777
# Docker repository
7878
# - from upstream rather than distribution packages

0 commit comments

Comments
 (0)