Created
January 6, 2025 07:05
-
-
Save kaineer/baf8153e4e94ede642e60df3656b6bd8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Install ghostty from deb release | |
vars: | |
gtty_repo: "github.com/mkasberg/ghostty-ubuntu" | |
gtty_version: "1.0.1-0" | |
gtty_arch: "amd64" | |
gtty_ubuntu_version: "22.04" | |
apt: | |
deb: "https://{{gtty_repo}}/releases/download/{{gtty_version}}-ppa1/ghostty_{{gtty_version}}.ppa1_{{gtty_arch}}_{{gtty_ubuntu_version}}.deb" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment