diff --git a/README.md b/README.md index 4493839..e0d9f51 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ My personal configurations, managed with the 'dotdrop' submodule. + App Launcher: `rofi` + Audio Visualizer: `cava` + Wallpaper: `teh` -+ Filebrowser: `ranger` ++ Filebrowser: `ranger` (with w3m-img) ## Profiles + `laptop`: All of the dotfiles diff --git a/config.yaml b/config.yaml index bf54d4f..47ce2e7 100644 --- a/config.yaml +++ b/config.yaml @@ -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 diff --git a/dotfiles/ranger/rc.conf b/dotfiles/ranger/rc.conf new file mode 100644 index 0000000..3a64263 --- /dev/null +++ b/dotfiles/ranger/rc.conf @@ -0,0 +1 @@ +set preview_images true