From cd144bbfcfcc31fe0ea354827a3aa6d5d4e23361 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 22 Oct 2021 18:00:54 -0700 Subject: [PATCH] Add bitwarden install --- mac-setup | 1 + recipes/mac-setup/bitwarden | 5 +++++ 2 files changed, 6 insertions(+) create mode 100755 recipes/mac-setup/bitwarden 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