install regolith config
This commit is contained in:
parent
d27c02f1d8
commit
96de934ade
3 changed files with 13 additions and 4 deletions
|
@ -33,6 +33,7 @@
|
|||
- libreoffice-writer
|
||||
- gimp
|
||||
- signal-desktop
|
||||
- nextcloud-desktop
|
||||
# Erlang stuff: https://github.com/asdf-vm/asdf-erlang#before-asdf-install
|
||||
- build-essential
|
||||
- autoconf
|
||||
|
@ -75,3 +76,7 @@
|
|||
shell: asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
|
||||
args:
|
||||
creates: ~/.asdf/plugins/elixir
|
||||
- name: Install Regolith Xresources file
|
||||
template:
|
||||
src: "{{ role_path }}/templates/Xresources.j2"
|
||||
dest: ~/.config/regolith2/Xresources
|
||||
|
|
Reference in a new issue