https://www.bilibili.com/video/BV1ER4y1F72A
https://mp.weixin.qq.com/s/y1ISUqoya1rJGTpDd5OwMw
项目地址https://github.com/ranger/ranger
>sudo apt-get install ranger
>ranger --copy-config=all
git clone https://github.com/alexanderjeurissen/ranger_devicons ~/.config/ranger/plugins/ranger_devicons
echo "default_linemode devicons" >> $HOME/.config/ranger/rc.conf
字体大全地址https://github.com/ryanoasis/nerd-fonts
sudo apt install kitty
sudo apt install ffmpegthumbnailer
sudo apt install highlight
sudo apt install atool
sudo apt install w3m-img
sudo apt-get install python3-pip
配置文件修改文件在vi ~/.config/ranger/rc.conf
set preview_images false 改成 set preview_images true
set preview_images_method w3m 改成 set preview_images_method kitty
set draw_borders true
set line_numbers true
set column_ratios 2,3,5
标签:set,https,sudo,apt,ranger,install,linux
From: https://www.cnblogs.com/dogingate/p/17410873.html