2023-08-27 11:43:02 +02:00
|
|
|
---
|
|
|
|
- name: Packages
|
|
|
|
ansible.builtin.include_tasks: install.yml
|
|
|
|
tags: install
|
|
|
|
|
2024-07-01 21:57:47 +02:00
|
|
|
- name: Install mf's kickstart
|
2023-08-27 11:43:02 +02:00
|
|
|
ansible.builtin.git:
|
2024-07-01 21:57:47 +02:00
|
|
|
repo: https://github.com/mfocko/kickstart.nvim.git
|
2023-08-27 11:43:02 +02:00
|
|
|
dest: ~/.config/nvim
|
2024-07-01 21:57:47 +02:00
|
|
|
version: develop
|