Skip to content

Commit

Permalink
refactor: 1password should be installed in /Applications
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Aug 17, 2023
1 parent 075e578 commit 3be78b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .brew
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ brew upgrade

echo '--> Install all brew Packages'
brew install \
1password \
ack \
advancecomp \
alacritty \
Expand Down Expand Up @@ -143,6 +142,9 @@ brew install \
xz \
zoxide

# 1password should be installed globally ...
brew install --appdir /Applications 1password

# Yes, I use a non privileged user for daily use
echo "--> login as admin to install some casks system-wide in /Applications"

Expand Down

0 comments on commit 3be78b5

Please sign in to comment.