Add ranger
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
1
dotfiles/ranger/rc.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
set preview_images true
|
||||||
Reference in New Issue
Block a user