feat(nvim): add stylua and starship prompt
Fixes: GH-29
This commit is contained in:
parent
798e753cc5
commit
57f5cabf80
4 changed files with 73 additions and 0 deletions
14
roles/starship-prompt/tasks/main.yaml
Normal file
14
roles/starship-prompt/tasks/main.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: Install
|
||||
community.general.cargo:
|
||||
name:
|
||||
- starship
|
||||
path: /usr/local
|
||||
state: latest
|
||||
become: true
|
||||
|
||||
- name: Config
|
||||
ansible.builtin.file:
|
||||
src: "{{ role_path }}/files/starship.toml"
|
||||
dest: "{{ ansible_user_dir }}/.config/starship.toml"
|
||||
state: link
|
Loading…
Add table
Add a link
Reference in a new issue