mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
12 lines
215 B
YAML
12 lines
215 B
YAML
---
|
|
- name: Install Kitty (terminal emulator)
|
|
become: true
|
|
pacman:
|
|
name: kitty
|
|
state: present
|
|
- name: Setup Kitty
|
|
synchronize:
|
|
delete: true
|
|
src: kitty
|
|
dest: "/home/{{ user.name }}/.config"
|