modify README

This commit is contained in:
Simon Rieger 2024-10-31 16:08:50 +01:00
parent 8ce68f818a
commit 8c6e681321

View file

@ -28,7 +28,6 @@ brew install htop
brew install btop brew install btop
brew install asciiquarium brew install asciiquarium
brew install lolcat brew install lolcat
brew install rbw
brew install openjdk@17 brew install openjdk@17
sudo ln -sfn /opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-17.jdk sudo ln -sfn /opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-17.jdk
brew install openjdk@21 brew install openjdk@21
@ -100,3 +99,10 @@ brew install --cask visual-studio-code
brew install --cask --no-quarantine prismlauncher 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
~~~