install regolith config
This commit is contained in:
parent
d27c02f1d8
commit
96de934ade
3 changed files with 13 additions and 4 deletions
|
@ -8,9 +8,8 @@
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- nextcloud
|
- nextcloud (could automatically add directory but difficult)
|
||||||
- latest neovim
|
- latest neovim
|
||||||
- i3 config
|
- Telegram (maybe only possible to download)
|
||||||
- Telegram
|
|
||||||
- Signal
|
|
||||||
- Oh my zsh?
|
- Oh my zsh?
|
||||||
|
- vscodium
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
- libreoffice-writer
|
- libreoffice-writer
|
||||||
- gimp
|
- gimp
|
||||||
- signal-desktop
|
- signal-desktop
|
||||||
|
- nextcloud-desktop
|
||||||
# Erlang stuff: https://github.com/asdf-vm/asdf-erlang#before-asdf-install
|
# Erlang stuff: https://github.com/asdf-vm/asdf-erlang#before-asdf-install
|
||||||
- build-essential
|
- build-essential
|
||||||
- autoconf
|
- autoconf
|
||||||
|
@ -75,3 +76,7 @@
|
||||||
shell: asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
|
shell: asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
|
||||||
args:
|
args:
|
||||||
creates: ~/.asdf/plugins/elixir
|
creates: ~/.asdf/plugins/elixir
|
||||||
|
- name: Install Regolith Xresources file
|
||||||
|
template:
|
||||||
|
src: "{{ role_path }}/templates/Xresources.j2"
|
||||||
|
dest: ~/.config/regolith2/Xresources
|
||||||
|
|
5
roles/system/templates/Xresources.j2
Normal file
5
roles/system/templates/Xresources.j2
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
i3-wm.binding.split_h: c
|
||||||
|
i3-wm.binding.launcher.app: d
|
||||||
|
|
||||||
|
i3-wm.binding.display: F1
|
||||||
|
i3-wm.binding.settings: F2
|
Reference in a new issue