X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=notes-mac.md;h=2bbcf877f3a8f6815ba4c8eb15a60f1fc681b3f1;hb=c7b5f465efb25bde4b877c847865388503ea32e9;hp=4a229cb86ac7b2cfdeaf8b0bbf8169438be41e94;hpb=b73917c42c6be658e4d1f3c835e0e084bc047ddb;p=khome.git diff --git a/notes-mac.md b/notes-mac.md index 4a229cb..2bbcf87 100644 --- a/notes-mac.md +++ b/notes-mac.md @@ -1,5 +1,14 @@ +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` + + xattr -d com.apple.quarantine /Applications/$app.app + Tiling window managers: - [yabai](https://github.com/koekeishiya/yabai)