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
|
||||
|
||||
- nextcloud
|
||||
- nextcloud (could automatically add directory but difficult)
|
||||
- latest neovim
|
||||
- i3 config
|
||||
- Telegram
|
||||
- Signal
|
||||
- Telegram (maybe only possible to download)
|
||||
- Oh my zsh?
|
||||
- vscodium
|
||||
|
|
|
@ -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
|
||||
|
|
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