Note pkg set compliment on Mac
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 1 Jun 2020 13:05:38 +0000 (09:05 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 1 Jun 2020 13:05:38 +0000 (09:05 -0400)
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`
 
 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)
 Tiling window managers:
 - [yabai](https://github.com/koekeishiya/yabai)
This page took 0.026442 seconds and 4 git commands to generate.