Add alacritty

Closes 

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2021-01-25 12:30:39 +01:00
parent cc174d843e
commit 6f2a6653ff
No known key found for this signature in database
GPG key ID: 332171FADF1DB90B
12 changed files with 241 additions and 3 deletions
playbooks/roles/shell/tasks

View file

@ -0,0 +1,5 @@
---
- name: Install alacritty configuration
template:
src: templates/alacritty
dest: ~/.config/

View file

@ -6,10 +6,11 @@
name: mfocko
shell: /bin/zsh
- name: Install Nord theme for Konsole
shell: wget -O ~/.local/share/konsole/nord.colorscheme https://raw.githubusercontent.com/arcticicestudio/nord-konsole/develop/src/nord.colorscheme
# - name: Install Nord theme for Konsole
# shell: wget -O ~/.local/share/konsole/nord.colorscheme https://raw.githubusercontent.com/arcticicestudio/nord-konsole/develop/src/nord.colorscheme
- include: nvim.yml
- include: emacs.yml
- include: zsh.yml
- include: tmux.yml
- include: alacritty.yml