| | 1 | = 2022-10-28 = |
| | 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 fzf gmp jq ncurses rclone unrar |
| | 19 | berkeley-db@5 gettext htop libidn2 oniguruma readline wget |
| | 20 | ca-certificates git isync libunistring openssl@1.1 sqlite |
| | 21 | coreutils git-extras jansson mtr pcre2 tig |
| | 22 | }}} |
| | 23 | {{{ |
| | 24 | ~$ brew list --cask |
| | 25 | esun-webatm-activex joplin postman visual-studio-code zulu8 |
| | 26 | firefox messenger skype vlc |
| | 27 | font-hack microsoft-teams spectacle vmware-horizon-client |
| | 28 | google-chrome pingid thunderbird zoom |
| | 29 | }}} |
| | 30 | {{{ |
| | 31 | #!graphviz |
| | 32 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| | 33 | "berkeley-db@5"->"isync"; "ca-certificates"->"isync"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"isync"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "berkeley-db@5"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "libunistring"; "ncurses"; "oniguruma"; "pcre2"; "rclone"; "readline"; "unrar"; |
| | 34 | } |
| | 35 | }}} |