X-Git-Url: https://git.xandkar.net/?p=khome.git;a=blobdiff_plain;f=notes-mac.md;h=2bbcf877f3a8f6815ba4c8eb15a60f1fc681b3f1;hp=3a6ae919c81051c3f37cecaa526099e88aff34d0;hb=aaa9cadece6367128e76b069e4ce866e007a6523;hpb=f3fa2f08c19a6aea06b86fe6d117b7d1e46e02a0 diff --git a/notes-mac.md b/notes-mac.md index 3a6ae91..2bbcf87 100644 --- a/notes-mac.md +++ b/notes-mac.md @@ -1,2 +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)