chore: rework directory structure

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-08-27 11:43:02 +02:00
parent 1fbdeb0d21
commit 01225fd44d
Signed by: mfocko
GPG key ID: 7C47D46246790496
169 changed files with 1410 additions and 1690 deletions
roles/user/editors/neovim/tasks

View file

@ -0,0 +1,6 @@
---
- name: Install NeoVim
ansible.builtin.package:
name: neovim
state: present
become: true

View file

@ -0,0 +1,10 @@
---
- name: Packages
ansible.builtin.include_tasks: install.yml
tags: install
- name: Install NvChad
ansible.builtin.git:
repo: https://github.com/NvChad/NvChad
dest: ~/.config/nvim
depth: 1