From 8c6e68132130ce93020c960b85ae78eb2f5574fe Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 31 Oct 2024 16:08:50 +0100 Subject: [PATCH] modify README --- README_darwin.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README_darwin.md b/README_darwin.md index 7a29acf..d6f6737 100644 --- a/README_darwin.md +++ b/README_darwin.md @@ -28,7 +28,6 @@ brew install htop brew install btop brew install asciiquarium brew install lolcat -brew install rbw brew install openjdk@17 sudo ln -sfn /opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-17.jdk brew install openjdk@21 @@ -100,3 +99,10 @@ brew install --cask visual-studio-code brew install --cask --no-quarantine prismlauncher ~~~ +## Install rbw (Rust Bitwarden cli) +~~~ +brew install rbw +rbw config set email simon@rieger.app +rbw config set base_url https://vaultwarden.brothertec.eu +rbw config set pinentry pinentry-mac +~~~