home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f719f57
)
Note pkg set compliment on Mac
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 1 Jun 2020 13:05:38 +0000
(09:05 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 1 Jun 2020 13:05:38 +0000
(09:05 -0400)
notes-mac.md
patch
|
blob
|
blame
|
history
diff --git
a/notes-mac.md
b/notes-mac.md
index
4a229cb
..
e0dba32
100644
(file)
--- 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)
This page took
0.024692 seconds
and
4
git commands to generate.