move ghostty and hyprland to dotfiles
This commit is contained in:
7
roles/ghostty/tasks/main.yml
Normal file
7
roles/ghostty/tasks/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Symlink ghostty config
|
||||
file:
|
||||
src: "{{ role_path }}/files"
|
||||
dest: "{{ config_dir }}/ghostty"
|
||||
state: link
|
||||
force: true
|
||||
Reference in New Issue
Block a user