| 20 | |
| 21 | == homebrew == |
| 22 | {{{ |
| 23 | ~$ brew tap |
| 24 | caskroom/fonts |
| 25 | caskroom/versions |
| 26 | homebrew/cask |
| 27 | homebrew/core |
| 28 | jlhonora/lsusb |
| 29 | }}} |
| 30 | {{{ |
| 31 | ~$ brew list |
| 32 | bash-completion gradle libunistring openssl@1.1 tig |
| 33 | coreutils htop lsusb p7zip tmux |
| 34 | csvkit icu4c mosh pcre2 tor |
| 35 | dos2unix influxdb mplayer pidof tree |
| 36 | ext4fuse jq mtr protobuf unrar |
| 37 | fontconfig libcaca ncurses python wget |
| 38 | freetype libevent nmap readline xz |
| 39 | gdbm libidn2 node sbt youtube-dl |
| 40 | gettext libpng oniguruma scala |
| 41 | git libscrypt openssl sqlite |
| 42 | }}} |
| 43 | {{{ |
| 44 | ~$ brew cask list |
| 45 | docker osxfuse virtualbox |
| 46 | firefox pomotodo virtualbox-extension-pack |
| 47 | flash-npapi skype visual-studio-code |
| 48 | font-dejavu-sans slack zoomus |
| 49 | intellij-idea-ce spectacle zulu8 |
| 50 | messenger tableau-public |
| 51 | }}} |
| 52 | {{{ |
| 53 | #!graphviz |
| 54 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| 55 | "fontconfig"->"mplayer"; "freetype"->"fontconfig"; "freetype"->"mplayer"; "gdbm"->"csvkit"; "gdbm"->"python"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libcaca"->"mplayer"; "libevent"->"tmux"; "libevent"->"tor"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libpng"->"mplayer"; "libscrypt"->"tor"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tmux"; "oniguruma"->"jq"; "openssl@1.1"->"csvkit"; "openssl@1.1"->"libevent"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python"; "openssl@1.1"->"tmux"; "openssl@1.1"->"tor"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "python"->"csvkit"; "readline"->"csvkit"; "readline"->"python"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"csvkit"; "sqlite"->"python"; "xz"->"csvkit"; "xz"->"python"; "bash-completion"; "coreutils"; "dos2unix"; "ext4fuse"; "gdbm"; "gettext"; "gradle"; "icu4c"; "influxdb"; "libcaca"; "libpng"; "libscrypt"; "libunistring"; "lsusb"; "mtr"; "ncurses"; "oniguruma"; "openssl"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "sbt"; "scala"; "tree"; "unrar"; "xz"; "youtube-dl"; |
| 56 | } |
| 57 | }}} |