mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 18:06:29 +00:00
Add bitwarden install
This commit is contained in:
parent
ca64a39b0f
commit
cd144bbfcf
@ -20,3 +20,4 @@ if ! is_installed "macports" ; then
|
||||
fi
|
||||
|
||||
recipe "finicky"
|
||||
recipe 'bitwarden'
|
||||
|
5
recipes/mac-setup/bitwarden
Executable file
5
recipes/mac-setup/bitwarden
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user