Changes between Version 1 and Version 2 of jazz/22-08-15
- Timestamp:
- Aug 21, 2022, 5:01:18 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/22-08-15
v1 v2 1 1 = 2022-08-15 = 2 2 3 * [wiki:jazz/20-09-19 2020-09-19] 3 == homebrew == 4 4 {{{ 5 ~$ brew install macfuse libmtp simple-mtpfs 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 6 15 }}} 16 {{{ 17 ~$ brew list --formula 18 bash-completion 19 ca-certificates 20 coreutils 21 fzf 22 gettext 23 git 24 git-extras 25 gmp 26 go 27 htop 28 jansson 29 jq 30 lftp 31 libidn2 32 libmtp 33 libunistring 34 libusb 35 libusb-compat 36 mtr 37 ncurses 38 nmap 39 oniguruma 40 openssl@1.1 41 p7zip 42 pcre2 43 rclone 44 readline 45 sqlite 46 tig 47 tree 48 unrar 49 wget 50 }}} 51 {{{ 52 ~$ brew list --cask 53 esun-webatm-activex 54 firefox 55 font-hack 56 google-chrome 57 joplin 58 macfuse 59 messenger 60 microsoft-teams 61 osxfuse 62 pingid 63 skype 64 spectacle 65 visual-studio-code 66 vlc 67 vmware-horizon-client 68 zoom 69 zulu8 70 }}} 71 {{{ 72 #!graphviz 73 digraph "brew-dep" { rankdir=LR; node [shape=record]; 74 "ca-certificates"->"lftp"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"lftp"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"lftp"; "libidn2"->"wget"; "libunistring"->"lftp"; "libunistring"->"libidn2"; "libunistring"->"wget"; "libusb"->"libmtp"; "libusb"->"libusb-compat"; "libusb-compat"->"libmtp"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"lftp"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"lftp"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "go"; "jansson"; "libunistring"; "libusb"; "ncurses"; "oniguruma"; "p7zip"; "pcre2"; "rclone"; "readline"; "tree"; "unrar"; 75 } 76 }}}