mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
updated mako and fish config
This commit is contained in:
parent
82bb478527
commit
68e6aa148c
1
TODO
1
TODO
@ -7,7 +7,6 @@
|
||||
# CLI
|
||||
- userbin or fish functions ?
|
||||
- up wrapper : 'ix' and 'upfile' = auto-copy
|
||||
- starship : add space sep to git_status
|
||||
|
||||
# FIX
|
||||
- copy/paste are fucked
|
||||
|
@ -8,6 +8,7 @@ style = "blue"
|
||||
|
||||
[cmd_duration]
|
||||
style = "yellow"
|
||||
prefix = ""
|
||||
|
||||
[git_branch]
|
||||
symbol = ""
|
||||
@ -15,5 +16,5 @@ style = "#808080"
|
||||
|
||||
[git_status]
|
||||
style = "red"
|
||||
prefix = ""
|
||||
suffix = ""
|
||||
prefix = " "
|
||||
suffix = " "
|
||||
|
@ -2,4 +2,5 @@
|
||||
|
||||
- name: reload mako
|
||||
shell: makoctl reload
|
||||
when: ansible_virtualization_role == "host" and mako_running is succeeded
|
||||
when: ansible_virtualization_role == "host"
|
||||
ignore_errors: yes
|
||||
|
@ -5,10 +5,6 @@
|
||||
path: ~/.config/mako/
|
||||
state: directory
|
||||
|
||||
- shell: pgrep mako
|
||||
register: mako_running
|
||||
ignore_errors: True
|
||||
|
||||
- name: template mako config file
|
||||
template:
|
||||
src: config.j2
|
||||
|
Loading…
Reference in New Issue
Block a user