diff --git a/README.md b/README.md index 039c1c4..b74f1e3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/roles/system/tasks/main.yml b/roles/system/tasks/main.yml index b654709..c7585ed 100644 --- a/roles/system/tasks/main.yml +++ b/roles/system/tasks/main.yml @@ -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 diff --git a/roles/system/templates/Xresources.j2 b/roles/system/templates/Xresources.j2 new file mode 100644 index 0000000..7c3ddfb --- /dev/null +++ b/roles/system/templates/Xresources.j2 @@ -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