Skip to content

Commit

Permalink
add ghostty install to core_setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dombean committed Feb 13, 2025
1 parent 694d503 commit 22f6386
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/core_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,7 @@
snap:
name: ["gnome-calculator", "gnome-logs"]
state: absent

- name: Install Ghostty
become: true
shell: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkasberg/ghostty-ubuntu/HEAD/install.sh)"

0 comments on commit 22f6386

Please sign in to comment.