Commit | Line | Data |
---|---|---|
43c989dc SK |
1 | Homebrew packages set compliment: |
2 | ||
3 | comm -1 -3 <(brew list | sort) <(./list ./pkgs-brew-install.list | gsed -E 's/[ ]+/\n/g' | sort) | |
4 | ||
5 | where `gsed` is needed to understand `\n`. | |
6 | ||
7 | ||
2ecf00af | 8 | Remove 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 |
13 | Tiling window managers: |
14 | - [yabai](https://github.com/koekeishiya/yabai) |