initial commit

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-01-21 23:13:01 +01:00
commit 40a7e1dab7
19 changed files with 475 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Install neovim npm package globally
npm:
name: neovim
global: yes
- name: Install Rust (via rustup)
become: false
shell: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
args:
creates: "{{ ansible_env.HOME }}/.cargo/bin/rustc"