Note pkg set compliment on Mac
[khome.git] / notes-mac.md
index 4a229cb..e0dba32 100644 (file)
@@ -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)
This page took 0.017022 seconds and 4 git commands to generate.