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

fix starship config and remove powerline pip install

This commit is contained in:
eoli3n 2023-11-14 13:17:28 +01:00
parent 390b34655e
commit 3abeffef2a
2 changed files with 1 additions and 5 deletions

@ -21,7 +21,7 @@ behind = "⇣${count} "
[git_metrics] [git_metrics]
disabled = false disabled = false
added_style = 'bold blue' added_style = 'bold blue'
format = '[+$added]($added_style)/[-$deleted]($deleted_style) ' format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
[gcloud] [gcloud]

@ -1,8 +1,4 @@
--- ---
- name: install powerline-status with pip
pip:
name: powerline-status
- name: configure tmux - name: configure tmux
template: template:
src: tmux.conf.j2 src: tmux.conf.j2