| | 1 | = 2020-07-23 = |
| | 2 | |
| | 3 | == homebrew == |
| | 4 | {{{ |
| | 5 | ~$ brew tap |
| | 6 | codacy/tap |
| | 7 | coursier/formulas |
| | 8 | github/gh |
| | 9 | homebrew/cask |
| | 10 | homebrew/cask-fonts |
| | 11 | homebrew/cask-versions |
| | 12 | homebrew/core |
| | 13 | homebrew/services |
| | 14 | jazzwang/versions |
| | 15 | jlhonora/lsusb |
| | 16 | }}} |
| | 17 | {{{ |
| | 18 | ~$ brew list |
| | 19 | bash-completion gettext icu4c lsusb node pidof sbt unrar |
| | 20 | coreutils git jq mosh oniguruma pre-commit scalaenv wget |
| | 21 | coursier giter8 libidn2 mtr openssl@1.1 protobuf sqlite xz |
| | 22 | dos2unix gitlab-runner libunistring ncurses p7zip python@3.8 tig |
| | 23 | gdbm htop libyaml nmap pcre2 readline tree |
| | 24 | }}} |
| | 25 | {{{ |
| | 26 | ~$ brew cask list |
| | 27 | android-file-transfer flash-npapi intellij-idea-ce slack visualvm |
| | 28 | dash flycut joplin soundflower zulu8 |
| | 29 | docker font-dejavu-sans messenger spectacle |
| | 30 | firefox font-hack skype visual-studio-code |
| | 31 | }}} |
| | 32 | {{{ |
| | 33 | #!graphviz |
| | 34 | digraph "brew-dep" { rankdir=LR; node [shape=record]; |
| | 35 | "gdbm"->"pre-commit"; "gdbm"->"python@3.8"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "icu4c"->"node"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "libyaml"->"pre-commit"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"nmap"; "openssl@1.1"->"pre-commit"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "python@3.8"->"pre-commit"; "readline"->"pre-commit"; "readline"->"python@3.8"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"pre-commit"; "sqlite"->"python@3.8"; "xz"->"pre-commit"; "xz"->"python@3.8"; "bash-completion"; "coreutils"; "coursier"; "dos2unix"; "gdbm"; "gettext"; "giter8"; "gitlab-runner"; "icu4c"; "libunistring"; "libyaml"; "lsusb"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "p7zip"; "pcre2"; "pidof"; "protobuf"; "readline"; "sbt"; "scalaenv"; "tree"; "unrar"; "xz"; |
| | 36 | } |
| | 37 | }}} |