chore: remove starship-prompt

This commit is contained in:
Oliver Davies 2022-05-31 01:18:40 +01:00
parent 8b82801181
commit d81b89d16d
3 changed files with 0 additions and 64 deletions

View file

@ -19,7 +19,6 @@ default_roles:
- platformsh-cli
- pv
- ripgrep
- starship-prompt
- stylua
- tldr
- tree

View file

@ -1,49 +0,0 @@
add_newline = false
[character]
error_symbol = "[x](bold red)"
success_symbol = "[>](bold green)"
vicmd_symbol = "[<](bold green)"
[directory]
disabled = false
read_only = " ro"
truncation_length = 8
truncate_to_repo = true
[docker_context]
format = 'via [$symbol]($style)'
symbol = "docker "
[git_branch]
symbol = "git "
[git_commit]
tag_symbol = " tag "
[git_status]
ahead = ">"
behind = "<"
deleted = "x"
diverged = "<>"
renamed = "r"
[memory_usage]
symbol = "memory "
[nodejs]
format = 'via [$symbol]($style)'
symbol = "nodejs "
[package]
symbol = "pkg "
[php]
format = 'via [$symbol]($style)'
symbol = "php "
[status]
disabled=false
[sudo]
symbol = "sudo "

View file

@ -1,14 +0,0 @@
---
- 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