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