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
9
Makefile
9
Makefile
|
@ -28,10 +28,13 @@ virtualbox:
|
|||
vscodium:
|
||||
ansible-playbook playbooks/vscodium.yml -i inventory/hosts.yml -K
|
||||
|
||||
zsh:
|
||||
ansible-playbook playbooks/zsh.yml -i inventory/hosts.yml -K
|
||||
|
||||
wireguard:
|
||||
ansible-playbook playbooks/wireguard.yml -i inventory/hosts.yml -K --ask-vault-pass
|
||||
|
||||
alacritty:
|
||||
ansible-playbook playbooks/alacritty.yml -i inventory/hosts.yml -K
|
||||
|
||||
bash:
|
||||
ansible-playbook playbooks/bash.yml -i inventory/hosts.yml -K
|
||||
|
||||
.PHONY: run
|
||||
|
|
Reference in a new issue