mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-22 07:15:25 +00:00
Added ranger devicons plugin
This commit is contained in:
parent
36b88a4fd7
commit
c03aef7cb4
1 changed files with 15 additions and 0 deletions
|
@ -47,6 +47,21 @@
|
||||||
regexp: "^export ZSH="
|
regexp: "^export ZSH="
|
||||||
line: 'export ZSH="/home/{{running_user}}/.oh-my-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
|
- name: Verifying shell config folder
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue