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