diff --git a/.ranger/rc.conf b/.ranger/rc.conf index bd7345b..f36fc0e 100644 --- a/.ranger/rc.conf +++ b/.ranger/rc.conf @@ -1,2 +1,4 @@ set preview_images true set preview_images_method ueberzug + +default_linemode devicons diff --git a/.vim/.vimrc b/.vim/.vimrc index 8f67099..c42e013 100644 --- a/.vim/.vimrc +++ b/.vim/.vimrc @@ -96,7 +96,7 @@ call vundle#begin() Plugin 'preservim/tagbar' Plugin 'preservim/vimux' - " requiered + " requiered patch your font Plugin 'ryanoasis/vim-devicons' call vundle#end() diff --git a/Makefile b/Makefile index 7ec0392..7659e04 100644 --- a/Makefile +++ b/Makefile @@ -44,5 +44,7 @@ completion: ranger: mkdir -p ~/.config/ranger || true - ln -s $(PWD)/.ranger/rc.conf ~/.config/ranger + ln -s $(PWD)/.ranger/rc.conf ~/.config/ranger || true + mkdir -p ~/.config/ranger/plugins && \ + git clone https://github.com/alexanderjeurissen/ranger_devicons ~/.config/ranger/plugins/ranger_devicons