Skip to content

Commit

Permalink
feat: Install ghostty
Browse files Browse the repository at this point in the history
The default vanillaos terminal ("Black Box") is "Not Great". It doesn't
support true color, etc.

We prefer ghostty on our other machines, so let's install it here too!
  • Loading branch information
Minion3665 authored and TheCodedProf committed Feb 4, 2025
1 parent 28f1fc4 commit dc52198
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ stages:
- curl -fsSL https://pkgs.tailscale.com/stable/debian/sid.tailscale-keyring.list | tee /etc/apt/sources.list.d/tailscale.list
- apt-get update && apt-get install -y tailscale

- name: ghostty
# Adapted from example commands in https://github.com/clayrisser/debian-ghostty
type: shell
commands:
- echo 'deb http://download.opensuse.org/repositories/home:/clayrisser:/sid/Debian_Unstable/ /' > /etc/apt/sources.list.d/ghostty.list
- curl -fsSL https://download.opensuse.org/repositories/home:clayrisser:sid/Debian_Unstable/Release.key | gpg --dearmor > /etc/apt/trusted.gpg.d/clayrisser-ghostty.gpg
- apt update
- apt install ghostty

- name: example-commands # Sample module demonstrating the Shell module with custom commands
type: shell
commands:
Expand Down

0 comments on commit dc52198

Please sign in to comment.