1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

added starship installer

This commit is contained in:
eoli3n 2020-05-18 15:55:36 +02:00
parent f78b4e29a0
commit 2637b29061

@ -18,6 +18,12 @@
state: absent
changed_when: false
- name: Install starship (root)
shell: curl -fsSL https://starship.rs/install.sh | bash -s -- --yes
args:
creates: /usr/local/bin/starship
when: ansible_user_id == 'root'
- name: check git plugin install
shell: grep 'abbr.*git' ~/.config/fish/fish_variables
register: gitcheck