diff --git a/home/.chezmoiexternal.toml b/home/.chezmoiexternal.toml index d99d354..109a2c9 100644 --- a/home/.chezmoiexternal.toml +++ b/home/.chezmoiexternal.toml @@ -29,7 +29,12 @@ url = "https://github.com/laggardkernel/ranger-oscyank.git" refreshPeriod = "168h" -[".config/ranger/plugins/plugin_directory_diff.py"] +[".config/ranger/plugins/zoxide"] + type = "git-repo" + url = "https://github.com/jchook/ranger-zoxide.git" + refreshPeriod = "168h" + +[".config/ranger/plugins/directory_diff.py"] type = "file" url = "https://raw.githubusercontent.com/alex8866/eranger/master/ranger/config/plugins/plugin_direcory_diff.py" refreshPeriod = "168h"