Accept a name for dl and include starter script file
[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 8Remove quarantine attribute from an app that is from an unidentified developer:
d7b0ddeb
SK
9
10 xattr -d com.apple.quarantine /Applications/$app.app
b73917c4 11
43c989dc 12
b73917c4
SK
13Tiling window managers:
14- [yabai](https://github.com/koekeishiya/yabai)
This page took 0.061457 seconds and 5 git commands to generate.