From cf51e9784fe33f14f026a7b2dc80ccf936b3f44b Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 20 Sep 2022 11:33:28 -0700 Subject: [PATCH] :sparkles: Installed ripdrag --- updates.txt | 6 ++++++ zshrc.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/updates.txt b/updates.txt index cba72941..c8f3a870 100644 --- a/updates.txt +++ b/updates.txt @@ -95,3 +95,9 @@ This will provide you with the needed uri to name the printer: lpadmin -p Brother lpadmin -p Brother -E -v socket://10.0.0.251 + +Install ripdrag: + +cargo install ripdrag + +your zshrc has ~/.cargo/bin added to the $PATH variable to use ripdrag diff --git a/zshrc.txt b/zshrc.txt index 1f5cee76..d5bfcbfc 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -52,7 +52,7 @@ echo '' | xclip && xclip -selection clipboard /dev/null && history -p && hash -r # Configure thefuck eval "$(thefuck --alias)" # Change with care: -export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers" +export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers:/home/brian/.cargo/bin" # Configure grep output colors export GREP_COLORS='ms=01;34'