From 8ffa0c1df5dacfee2406a07d2efe4d85f0296206 Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Tue, 8 Dec 2020 17:24:23 +0300 Subject: [PATCH] Add topgrade and kondo --- home/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.zshrc b/home/.zshrc index e5acae9..ba27804 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -10,8 +10,10 @@ fi zplug "zplug/zplug", hook-build:'zplug --self-manage' zplug "wagoodman/dive", from:gh-r, as:command, rename-to:dive +zplug "tbillington/kondo", from:gh-r, as:command, rename-to:kondo zplug "stedolan/jq", from:gh-r, as:command, rename-to:jq zplug "sharkdp/bat", from:gh-r, as:command, rename-to:bat +zplug "r-darwish/topgrade", from:gh-r, as:command, rename-to:topgrade zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf zplug "genuinetools/reg", from:gh-r, as:command, rename-to:reg zplug "BurntSushi/ripgrep", from:gh-r, as:command, rename-to:rg