close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 24, 2023, 7:35:03 PM (2 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v1
|
|
| | 1 | = 2023-06-24 = |
| | 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 libidn2 nmap readline |
| | 19 | ca-certificates git-extras liblinear oniguruma tig |
| | 20 | coreutils glow libssh2 openssl@1.1 tree |
| | 21 | ddrescue gmp libunistring openssl@3 unrar |
| | 22 | dos2unix htop lua pcre wget |
| | 23 | fzf jansson mtr pcre2 |
| | 24 | gettext jq ncurses rclone |
| | 25 | }}} |
| | 26 | {{{ |
| | 27 | ~$ brew list --cask |
| | 28 | esun-webatm-activex joplin thunderbird |
| | 29 | firefox pingid visual-studio-code |
| | 30 | font-hack skype vlc |
| | 31 | google-chrome spectacle vmware-horizon-client |
| | 32 | }}} |
| | 33 | {{{ |
| | 34 | #!graphviz |
| | 35 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| | 36 | "ca-certificates"->"libssh2"; "ca-certificates"->"nmap"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"openssl@3"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "liblinear"->"nmap"; "libssh2"->"nmap"; "libunistring"->"libidn2"; "libunistring"->"wget"; "lua"->"nmap"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"libssh2"; "openssl@1.1"->"nmap"; "openssl@3"->"wget"; "pcre"->"nmap"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "ddrescue"; "dos2unix"; "fzf"; "gettext"; "git-extras"; "glow"; "gmp"; "jansson"; "liblinear"; "libunistring"; "lua"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "rclone"; "readline"; "tree"; "unrar"; |
| | 37 | } |
| | 38 | }}} |