Add 1Password CLI Install

This commit is contained in:
Michael Marquez
2023-06-21 10:51:54 -04:00
parent eaaf79b7dc
commit 8a592a2b07

View File

@@ -99,6 +99,16 @@ function install_brave() {
fi
}
function install_1password_cli() {
if exists op
then
echo "1password CLI already installed..."
else
echo "Installing 1Password CLI..."
brew install --cask 1password/tap/1password-cli
fi
}
#############################
# MAIN #
#############################
@@ -115,3 +125,4 @@ install_hackfont
install_docker
install_1password
install_brave
install_1password_cli