Added ranger devicons plugin

This commit is contained in:
Sagi Dayan 2021-10-31 14:32:11 +02:00
parent 36b88a4fd7
commit c03aef7cb4
Signed by: sagi
GPG key ID: FAB96BFC63B46458

View file

@ -47,6 +47,21 @@
regexp: "^export ZSH="
line: 'export ZSH="/home/{{running_user}}/.oh-my-zsh"'
- name: Add ranger devicons plugin repo
git:
repo: https://github.com/alexanderjeurissen/ranger_devicons.git
dest: ~/.config/ranger/plugins/ranger_devicons
- name: Validate ranger config file
file:
path: ~/.config/ranger/rc.conf
state: touch
- name: Activate ranger devicons plugin
lineinfile:
path: ~/.config/ranger/rc.conf
line: 'default_linemode devicons'
state: present
- name: Verifying shell config folder
file: