From dbf5805c78d036a6186e2b5b27a282c116153ca2 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 18 May 2022 14:21:18 +0200 Subject: [PATCH] chore(brew): add bitwarden cli --- setup/brew.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/brew.sh b/setup/brew.sh index 16f19c9..6543c58 100755 --- a/setup/brew.sh +++ b/setup/brew.sh @@ -20,6 +20,7 @@ brew install ack # Search tool like grep, but optimized f brew install bash # Bourne-Again SHell, a UNIX command interpreter brew install bat # Clone of cat(1) with syntax highlighting and Git integration brew install bfg # Remove large files or passwords from Git history like git-filter-branch +brew install bitwarden-cli # Secure and free password manager for all of your devices brew install cairo # Vector graphics library with cross-device output support brew install cloc # Statistics utility to count lines of code brew install closure-compiler # JavaScript optimizing compiler