From: Siraaj Khandkar Date: Mon, 1 Jun 2020 13:05:38 +0000 (-0400) Subject: Note pkg set compliment on Mac X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=43c989dc1d20363c4c295cf29a02fa4f2d7b7f23 Note pkg set compliment on Mac --- diff --git a/notes-mac.md b/notes-mac.md index 4a229cb..e0dba32 100644 --- a/notes-mac.md +++ b/notes-mac.md @@ -1,5 +1,13 @@ +Homebrew packages set compliment: + + comm -1 -3 <(brew list | sort) <(./list ./pkgs-brew-install.list | gsed -E 's/[ ]+/\n/g' | sort) + +where `gsed` is needed to understand `\n`. + + Remove quarantine attribute from an app that is from an unidentified developer: `xattr -d com.apple.quarantine /Applications/$app.app` + Tiling window managers: - [yabai](https://github.com/koekeishiya/yabai)