move ghostty and hyprland to dotfiles

This commit is contained in:
Johannes Knopp
2025-09-06 16:23:15 +02:00
parent 14e4d4fe3e
commit 465634d8bf
16 changed files with 3290 additions and 2 deletions

View File

@ -0,0 +1,29 @@
shell-integration = zsh
shell-integration-features = cursor,sudo,title
font-family = "RobotoMono Nerd Font Mono"
# Monokai Pro
# Based on Monokai Pro color scheme, made by Monokai. https://monokai.pro/
window-colorspace = srgb
palette = 0=2d2a2e
palette = 1=ff6188
palette = 2=a9dc76
palette = 3=ffd866
palette = 4=fc9867
palette = 5=ab9df2
palette = 6=78dce8
palette = 7=fcfcfa
palette = 8=727072
palette = 9=ff6188
palette = 10=a9dc76
palette = 11=ffd866
palette = 12=fc9867
palette = 13=ab9df2
palette = 14=78dce8
palette = 15=fcfcfa
background = 2d2a2e
foreground = fcfcfa
cursor-color = c1c0c0
selection-background = 5b595c
selection-foreground = fcfcfa

View File

@ -0,0 +1,7 @@
---
- name: Symlink ghostty config
file:
src: "{{ role_path }}/files"
dest: "{{ config_dir }}/ghostty"
state: link
force: true