File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments