feat: alacritty role, dev template

This commit is contained in:
mustard 2025-12-09 20:04:05 +01:00
parent cce3b43504
commit 81d92fe9a0
5 changed files with 46 additions and 1 deletions

View file

@ -0,0 +1,2 @@
[selection]
save_to_clipboard = true

View file

@ -0,0 +1,6 @@
---
- name: Copy alacritty.toml
ansible.builtin.copy:
src: 'alacritty.toml'
dest: '/etc/alacritty/alacritty.toml'
mode: '0644'