| 1 | = 2023-02-16 = |
| 2 | |
| 3 | == homebrew == |
| 4 | {{{ |
| 5 | ~$ brew tap |
| 6 | danielgtaylor/restish |
| 7 | heroku/brew |
| 8 | homebrew/cask |
| 9 | homebrew/cask-fonts |
| 10 | homebrew/cask-versions |
| 11 | homebrew/core |
| 12 | homebrew/services |
| 13 | jazzwang/lab |
| 14 | teamookla/speedtest |
| 15 | }}} |
| 16 | {{{ |
| 17 | ~$ brew list --formula |
| 18 | bash-completion git jq libusb ncurses pcre2 sqlite xz |
| 19 | ca-certificates git-extras libidn2 lsusb nmap pkg-config tig |
| 20 | coreutils gmp liblinear lua@5.3 oniguruma python@3.11 tree |
| 21 | fzf htop libssh2 mpdecimal openssl@1.1 rclone unrar |
| 22 | gettext jansson libunistring mtr pcre readline wget |
| 23 | }}} |
| 24 | {{{ |
| 25 | ~$ brew list --cask |
| 26 | esun-webatm-activex google-chrome messenger spectacle vlc |
| 27 | firefox joplin pingid tableau-public vmware-horizon-client |
| 28 | font-hack macfuse skype visual-studio-code zulu8 |
| 29 | }}} |
| 30 | {{{ |
| 31 | #!graphviz |
| 32 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| 33 | "ca-certificates"->"libssh2"; "ca-certificates"->"nmap"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"python@3.11"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "liblinear"->"nmap"; "libssh2"->"nmap"; "libunistring"->"libidn2"; "libunistring"->"wget"; "lua@5.3"->"nmap"; "mpdecimal"->"python@3.11"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"libssh2"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.11"; "openssl@1.1"->"wget"; "pcre"->"nmap"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"python@3.11"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.11"; "xz"->"python@3.11"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "liblinear"; "libunistring"; "libusb"; "lsusb"; "lua@5.3"; "mpdecimal"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "pkg-config"; "rclone"; "readline"; "tree"; "unrar"; "xz"; |
| 34 | } |
| 35 | }}} |