This commit is contained in:
2023-07-02 11:55:26 -05:00
parent 9ed298bb48
commit 5aa0c92a6e

View File

@@ -56,6 +56,12 @@
mode: '0755'
checksum: sha256:https://github.com/neovim/neovim/releases/download/{{ nvim_version }}/nvim.appimage.sha256sum
- name: Download NVChad
shell: git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim
- name: Download TPM
shell: git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
- name: Start and enable services
ansible.builtin.systemd:
state: started