diff --git a/.config/ranger/rc.conf b/.ranger/rc.conf similarity index 100% rename from .config/ranger/rc.conf rename to .ranger/rc.conf diff --git a/.vim/.vimrc b/.vim/.vimrc index b1874f4..8f67099 100644 --- a/.vim/.vimrc +++ b/.vim/.vimrc @@ -95,6 +95,8 @@ call vundle#begin() Plugin 'terryma/vim-multiple-cursors' Plugin 'preservim/tagbar' Plugin 'preservim/vimux' + + " requiered Plugin 'ryanoasis/vim-devicons' call vundle#end() diff --git a/Makefile b/Makefile index eb8d03f..7ec0392 100644 --- a/Makefile +++ b/Makefile @@ -43,5 +43,6 @@ completion: sudo ln -s $(PWD)/etc/bash_completion.d/all /etc/bash_completion.d ranger: - ln -s $(PWD)/.config/ranger ~/.config + mkdir -p ~/.config/ranger || true + ln -s $(PWD)/.ranger/rc.conf ~/.config/ranger