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

@@ -30,7 +30,7 @@ My personal configurations, managed with the 'dotdrop' submodule.
+ App Launcher: `rofi` + App Launcher: `rofi`
+ Audio Visualizer: `cava` + Audio Visualizer: `cava`
+ Wallpaper: `teh` + Wallpaper: `teh`
+ Filebrowser: `ranger` + Filebrowser: `ranger` (with w3m-img)
## Profiles ## Profiles
+ `laptop`: All of the dotfiles + `laptop`: All of the dotfiles

View File

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

1
dotfiles/ranger/rc.conf Normal file
View File

@@ -0,0 +1 @@
set preview_images true