Migrate alacritty to toml config.

This commit is contained in:
Tom Alexander
2023-12-28 12:50:05 -05:00
parent 06fc236f0a
commit 60e440b0c6
4 changed files with 47 additions and 106 deletions

View File

@@ -19,8 +19,8 @@
owner: "{{ account_name.stdout }}"
group: "{{ group_name.stdout }}"
loop:
- src: alacritty.yml
dest: .config/alacritty/alacritty.yml
- src: alacritty.toml
dest: .config/alacritty/alacritty.toml
- import_tasks: tasks/peruser_freebsd.yaml
when: 'os_flavor == "freebsd"'