From 6f844c019cd481f9396241e4a3c61ad5eaab68f8 Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Fri, 9 Nov 2018 06:37:34 +0300 Subject: [PATCH] Install more binaries with zplug --- home/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.zshrc b/home/.zshrc index 57b7ca7..eb71811 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -9,6 +9,10 @@ source ~/.zplug/init.zsh zplug "zplug/zplug", hook-build:'zplug --self-manage' zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf +zplug "stedolan/jq", from:gh-r, as:command, rename-to:jq +zplug "akavel/up", from:gh-r, as:command, rename-to:up +zplug "sharkdp/bat", from:gh-r, as:command, rename-to:bat + zplug "b4b4r07/enhancd", use:init.sh if zplug check "b4b4r07/enhancd"; then export ENHANCD_FILTER="fzf --height 50% --reverse --ansi"