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
|
@ -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
|
||||
|
|
Reference in a new issue