change from zsh to bash

add alacritty
This commit is contained in:
Pim Kunis 2023-01-15 15:00:38 +01:00
parent a63238beca
commit 36806ee77d
13 changed files with 206 additions and 67 deletions

4
playbooks/alacritty.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Install alacritty
hosts: self
roles:
- alacritty

View file

@ -4,9 +4,10 @@
- system
vars:
my_roles:
- zsh
- asdf
- bash
- alacritty
- wireguard
- asdf
- neovim
- signal
- virtualbox

4
playbooks/bash.yml Normal file
View file

@ -0,0 +1,4 @@
- name: Install bash
hosts: self
roles:
- bash

View file

@ -1,4 +0,0 @@
- name: Install zsh
hosts: self
roles:
- zsh