chore: remove unused Alacritty role
This commit is contained in:
parent
9028dbdc87
commit
cf2850ba85
3 changed files with 0 additions and 33 deletions
|
@ -1,5 +1,4 @@
|
||||||
default_roles:
|
default_roles:
|
||||||
- alacritty
|
|
||||||
- awesome-wm
|
- awesome-wm
|
||||||
- cargo
|
- cargo
|
||||||
- copyq
|
- copyq
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
window:
|
|
||||||
decorations: full
|
|
||||||
dynamic_title: false
|
|
||||||
|
|
||||||
font:
|
|
||||||
normal:
|
|
||||||
family: JetBrainsMono Nerd Font Mono
|
|
||||||
style: Regular
|
|
||||||
bold:
|
|
||||||
style: Regular
|
|
||||||
bold_italic:
|
|
||||||
style: Italic
|
|
||||||
size: 12
|
|
|
@ -1,19 +0,0 @@
|
||||||
---
|
|
||||||
- name: Install
|
|
||||||
ansible.builtin.package:
|
|
||||||
name:
|
|
||||||
- alacritty
|
|
||||||
state: latest
|
|
||||||
become: true
|
|
||||||
|
|
||||||
- name: Config folder
|
|
||||||
ansible.builtin.file:
|
|
||||||
mode: "0755"
|
|
||||||
path: "{{ ansible_user_dir }}/.config/alacritty"
|
|
||||||
state: directory
|
|
||||||
|
|
||||||
- name: Configure
|
|
||||||
ansible.builtin.file:
|
|
||||||
src: "{{ role_path }}/files/alacritty.yml"
|
|
||||||
dest: "{{ ansible_user_dir }}/.config/alacritty/alacritty.yml"
|
|
||||||
state: link
|
|
Loading…
Add table
Add a link
Reference in a new issue