| | 32 | |
| | 33 | == homebrew == |
| | 34 | {{{ |
| | 35 | ~$ brew tap |
| | 36 | homebrew/cask |
| | 37 | homebrew/cask-fonts |
| | 38 | homebrew/cask-versions |
| | 39 | homebrew/core |
| | 40 | homebrew/services |
| | 41 | jlhonora/lsusb |
| | 42 | }}} |
| | 43 | {{{ |
| | 44 | ~$ brew list |
| | 45 | bash-completion icu4c ncurses pidof unrar |
| | 46 | coreutils jq nmap protobuf wget |
| | 47 | dos2unix libidn2 node python@3.8 xz |
| | 48 | gdbm libunistring oniguruma readline |
| | 49 | gettext lsusb openssl@1.1 sqlite |
| | 50 | git mosh p7zip tig |
| | 51 | htop mtr pcre2 tree |
| | 52 | }}} |
| | 53 | {{{ |
| | 54 | ~$ brew cask list |
| | 55 | Warning: Calling brew cask list is deprecated! Use brew list --cask instead. |
| | 56 | docker font-hack osxfuse spectacle |
| | 57 | firefox joplin pingid tableau-public |
| | 58 | flash-npapi messenger skype visual-studio-code |
| | 59 | font-dejavu-sans mpv slack zulu8 |
| | 60 | }}} |
| | 61 | {{{ |
| | 62 | #!graphviz |
| | 63 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| | 64 | "gdbm"->"python@3.8"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"python@3.8"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.8"; "xz"->"python@3.8"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "icu4c"; "libunistring"; "lsusb"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "tree"; "unrar"; "xz"; |
| | 65 | } |
| | 66 | }}} |