From 915fd8e6dc7f085f85fee7e8c2f9a14909fe6676 Mon Sep 17 00:00:00 2001 From: cubernetes Date: Fri, 28 Jul 2023 09:51:35 +0200 Subject: [PATCH] Add ranger dev_icons submodule --- .config/ranger/plugins/ranger_devicon | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .config/ranger/plugins/ranger_devicon create mode 100644 .gitmodules diff --git a/.config/ranger/plugins/ranger_devicon b/.config/ranger/plugins/ranger_devicon new file mode 160000 index 0000000..1b57801 --- /dev/null +++ b/.config/ranger/plugins/ranger_devicon @@ -0,0 +1 @@ +Subproject commit 1b5780117eeebdfcd221ce45823a1ddef8399848 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4d97272 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".config/ranger/plugins/ranger_devicon"] + path = .config/ranger/plugins/ranger_devicon + url = https://github.com/alexanderjeurissen/ranger_devicons