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

View file

@ -26,7 +26,6 @@
shell:
cmd: "~/.asdf/bin/asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git"
creates: ~/.asdf/plugins/erlang
executable: /usr/bin/zsh
- name: Install Elixir prerequisite APT packages
become: true
apt:
@ -35,4 +34,3 @@
shell:
cmd: "~/.asdf/bin/asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git"
creates: ~/.asdf/plugins/elixir
executable: /usr/bin/zsh