Skip to content

Commit

Permalink
feat: add ghostty
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Dec 29, 2024
1 parent 2b58172 commit eb6deaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build_files/desktop-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ set -euox pipefail
echo "Running desktop packages scripts..."
/ctx/build_files/desktop-1password.sh

# ublue staging repo needed for ghostty, etc
dnf5 -y copr enable ublue-os/staging

# common packages installed to desktops
dnf5 install -y \
gh \
ghostty \
gnome-shell-extension-no-overview \
ibm-plex-fonts-all \
libpcap-devel \
Expand All @@ -20,6 +24,8 @@ dnf5 install -y \
udica \
ydotool

dnf5 -y copr disable ublue-os/staging

# github direct installs
/ctx/build_files/github-release-install.sh twpayne/chezmoi x86_64

Expand Down

0 comments on commit eb6deaf

Please sign in to comment.