diff --git a/mac-setup b/mac-setup index 2928c21..9a5e0aa 100755 --- a/mac-setup +++ b/mac-setup @@ -20,3 +20,4 @@ if ! is_installed "macports" ; then fi recipe "finicky" +recipe 'bitwarden' diff --git a/recipes/mac-setup/bitwarden b/recipes/mac-setup/bitwarden new file mode 100755 index 0000000..0ea9208 --- /dev/null +++ b/recipes/mac-setup/bitwarden @@ -0,0 +1,5 @@ +#! /bin/bash + +log "Install bitwarden from App Store" +open "https://apps.apple.com/us/app/bitwarden/id1352778147?mt=12" +prompt_any