Skip to content

Commit

Permalink
refactor: little-snitch 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 3be78b5 commit 61164fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .brew
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ brew install \
less \
lesspipe \
libyaml \
little-snitch \
logcli \
make \
miller \
Expand Down Expand Up @@ -142,8 +141,10 @@ brew install \
xz \
zoxide

# 1password should be installed globally ...
brew install --appdir /Applications 1password
# 1password and little-snitch should be installed globally ...
brew install --appdir /Applications \
1password \
little-snitch

# 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 61164fe

Please sign in to comment.