Skip to content

Commit 410e1e0

Browse files
committed
enable gohstty and remove termite terminal
1 parent efaf132 commit 410e1e0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

ansible/roles/laptop/tasks/setup-RedHat.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
method: system
1313
with_items: "{{ flatpacks }}"
1414

15-
# Setup termite repo
16-
- name: Enable project Test of the user schlupov
15+
# Setup ghostty repo
16+
- name: Enable Ghostty repo
1717
community.general.copr:
18-
name: skidnik/termite
18+
name: pgdev/ghostty
1919

2020
# Setup starship repo
2121
- name: Enable project starship

ansible/roles/laptop/vars/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ fedoraPackages:
1313
- direnv
1414
- kubernetes-client
1515
- code
16-
- termite
1716
- golang
1817
- keychain
1918
- python3-pip
@@ -22,6 +21,7 @@ fedoraPackages:
2221
- moby-engine
2322
- cascadia-code-nf-fonts.noarch # Cascadia Code Nerd Font, needed for starship prompt
2423
- starship
24+
- ghostty
2525

2626
flatpacks:
2727
- com.slack.Slack
@@ -38,7 +38,6 @@ archPackages:
3838
- git
3939
- stow
4040
- vim
41-
- termite
4241
- code
4342
- patch
4443
- cmake

0 commit comments

Comments
 (0)