X-Git-Url: https://git.xandkar.net/?p=khome.git;a=blobdiff_plain;f=notes-mac.md;h=2bbcf877f3a8f6815ba4c8eb15a60f1fc681b3f1;hp=4a229cb86ac7b2cfdeaf8b0bbf8169438be41e94;hb=aaa9cadece6367128e76b069e4ce866e007a6523;hpb=892676b10e76c4730ee63688a50830a1ece6dfeb 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)