Note pkg set compliment on Mac
[khome.git] / notes-mac.md
CommitLineData
43c989dc
SK
1Homebrew packages set compliment:
2
3 comm -1 -3 <(brew list | sort) <(./list ./pkgs-brew-install.list | gsed -E 's/[ ]+/\n/g' | sort)
4
5where `gsed` is needed to understand `\n`.
6
7
2ecf00af
SK
8Remove quarantine attribute from an app that is from an unidentified developer:
9`xattr -d com.apple.quarantine /Applications/$app.app`
b73917c4 10
43c989dc 11
b73917c4
SK
12Tiling window managers:
13- [yabai](https://github.com/koekeishiya/yabai)
This page took 0.043407 seconds and 4 git commands to generate.