close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Mar 11, 2022, 8:06:41 PM (4 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v1
|
|
| | 1 | = 2022-03-11 = |
| | 2 | |
| | 3 | == homebrew == |
| | 4 | {{{ |
| | 5 | ~$ brew tap |
| | 6 | danielgtaylor/restish |
| | 7 | homebrew/cask |
| | 8 | homebrew/cask-fonts |
| | 9 | homebrew/cask-versions |
| | 10 | homebrew/core |
| | 11 | homebrew/services |
| | 12 | jazzwang/lab |
| | 13 | }}} |
| | 14 | {{{ |
| | 15 | ~$ brew list --formula |
| | 16 | bash-completion dos2unix gmp libidn2 ncurses p7zip sqlite |
| | 17 | brotli fzf htop libnghttp2 nmap pcre2 tig |
| | 18 | c-ares gettext icu4c libunistring node pidof tree |
| | 19 | ca-certificates git jansson libuv oniguruma rclone unrar |
| | 20 | coreutils git-extras jq mtr openssl@1.1 readline wget |
| | 21 | }}} |
| | 22 | {{{ |
| | 23 | ~$ brew list --cask |
| | 24 | esun-webatm-activex google-chrome pingid visual-studio-code |
| | 25 | firefox joplin skype vmware-horizon-client |
| | 26 | font-hack messenger spectacle zulu8 |
| | 27 | }}} |
| | 28 | {{{ |
| | 29 | #!graphviz |
| | 30 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| | 31 | "brotli"->"node"; "c-ares"->"node"; "ca-certificates"->"node"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "icu4c"->"node"; "jansson"->"mtr"; "libidn2"->"wget"; "libnghttp2"->"node"; "libunistring"->"libidn2"; "libunistring"->"wget"; "libuv"->"node"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"node"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "brotli"; "c-ares"; "ca-certificates"; "dos2unix"; "fzf"; "gettext"; "git-extras"; "gmp"; "icu4c"; "jansson"; "libnghttp2"; "libunistring"; "libuv"; "ncurses"; "oniguruma"; "p7zip"; "pcre2"; "pidof"; "rclone"; "readline"; "tree"; "unrar"; |
| | 32 | } |
| | 33 | }}} |