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 +~~~