Add alacritty
Closes #26 Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
cc174d843e
commit
6f2a6653ff
12 changed files with 241 additions and 3 deletions
playbooks/roles/shell/tasks
5
playbooks/roles/shell/tasks/alacritty.yml
Normal file
5
playbooks/roles/shell/tasks/alacritty.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Install alacritty configuration
|
||||
template:
|
||||
src: templates/alacritty
|
||||
dest: ~/.config/
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue