change from zsh to bash
add alacritty
This commit is contained in:
parent
a63238beca
commit
36806ee77d
13 changed files with 206 additions and 67 deletions
4
playbooks/alacritty.yml
Normal file
4
playbooks/alacritty.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Install alacritty
|
||||
hosts: self
|
||||
roles:
|
||||
- alacritty
|
|
@ -4,9 +4,10 @@
|
|||
- system
|
||||
vars:
|
||||
my_roles:
|
||||
- zsh
|
||||
- asdf
|
||||
- bash
|
||||
- alacritty
|
||||
- wireguard
|
||||
- asdf
|
||||
- neovim
|
||||
- signal
|
||||
- virtualbox
|
||||
|
|
4
playbooks/bash.yml
Normal file
4
playbooks/bash.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Install bash
|
||||
hosts: self
|
||||
roles:
|
||||
- bash
|
|
@ -1,4 +0,0 @@
|
|||
- name: Install zsh
|
||||
hosts: self
|
||||
roles:
|
||||
- zsh
|
Reference in a new issue