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

updated mako and fish config

This commit is contained in:
eoli3n 2020-05-18 15:29:35 +02:00
parent 82bb478527
commit 68e6aa148c
4 changed files with 5 additions and 8 deletions

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 = ""

@ -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