Dev to main #1

Merged
max merged 37 commits from dev into main 2026-08-17 16:15:03 +04:00
Showing only changes of commit fac6b3db79 - Show all commits
+7
View File
@@ -23,6 +23,13 @@
group: max
mode: u=rw,g=r,o-rwx
- name: Make sure ~/.config/ranger/scope.sh is executable
ansible.builtin.file:
path: /home/max/.config/ranger/scope.sh
owner: max
group: max
mode: u=rwx,g=rx,o-rwx
- name: Configure neovim, by pushing the config
ansible.builtin.copy:
src: "{{ role_path }}/files/nvim_config/"