Add ranger

This commit is contained in:
CramMK
2020-05-25 10:30:06 +02:00
parent 87a2f3d90f
commit d6c6fbe623
3 changed files with 9 additions and 1 deletions

View File

@@ -75,6 +75,9 @@ dotfiles:
d_neofetch:
src: neofetch
dst: ~/.config/neofetch
d_ranger:
src: ranger
dst: ~/.config/ranger
f_dir_colors:
src: dir_colors/dir_colors
dst: ~/.dir_colors
@@ -95,6 +98,7 @@ profiles:
- rofi
- cava
- neofetch
- ranger
- dir_colors
work:
include:
@@ -160,6 +164,9 @@ profiles:
neofetch:
dotfiles:
- d_neofetch
ranger:
dotfiles:
- d_ranger
dir_colors:
dotfiles:
- f_dir_colors