Add 1Password CLI Install
This commit is contained in:
@@ -99,6 +99,16 @@ function install_brave() {
|
|||||||
fi
|
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 #
|
# MAIN #
|
||||||
#############################
|
#############################
|
||||||
@@ -114,4 +124,5 @@ install_ohmyzsh
|
|||||||
install_hackfont
|
install_hackfont
|
||||||
install_docker
|
install_docker
|
||||||
install_1password
|
install_1password
|
||||||
install_brave
|
install_brave
|
||||||
|
install_1password_cli
|
||||||
Reference in New Issue
Block a user