Skip to content

Commit 26d6249

Browse files
committed
Packages: Add cmux and ghostty
- cmux: cask, macOS-only (Ghostty-based terminal for AI coding agents). - ghostty: GUI on both platforms — cask on macOS, and dnf via the scottames/ghostty COPR on Fedora (no clean apt package exists for Debian/Ubuntu).
1 parent 157721a commit 26d6249

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

home/.chezmoidata/package_specs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,3 +289,12 @@ softwarePackages:
289289
cask: utm
290290
monitorcontrol:
291291
cask: monitorcontrol
292+
cmux:
293+
homepage: https://www.cmux.dev
294+
cask: cmux
295+
ghostty:
296+
homepage: https://ghostty.org
297+
cask: ghostty
298+
dnf:
299+
package: ghostty
300+
copr: scottames/ghostty

home/.chezmoidata/packages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,7 @@ packages:
121121
only_when: [macos]
122122
- name: monitorcontrol
123123
only_when: [macos]
124+
- name: cmux
125+
only_when: [macos]
126+
- name: ghostty
127+
only_when: [gui]

0 commit comments

Comments
 (0)