Changes between Version 1 and Version 2 of jazz/20-05-15


Ignore:
Timestamp:
May 15, 2020, 12:15:34 PM (4 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/20-05-15

    v1 v2  
    44
    55* 產生 pdftk 的 deb package dependency
     6
    67{{{
    78#!graphviz
     
    3132}}}
    3233
     34
     35== homebrew ==
     36{{{
     37~$ brew tap
     38github/gh
     39homebrew/cask
     40homebrew/cask-fonts
     41homebrew/cask-versions
     42homebrew/core
     43jlhonora/lsusb
     44}}}
     45{{{
     46~$ brew list
     47bash-completion gdbm            libunistring    pcre2           tree
     48coreutils       gettext         mosh            protobuf        unrar
     49csvkit          git             mtr             python          wget
     50dos2unix        git-secrets     ncurses         python@3.8      xz
     51ext4fuse        htop            nmap            readline        youtube-dl
     52fontconfig      libidn2         openssl@1.1     sqlite
     53freetype        libpng          p7zip           tig
     54}}}
     55{{{
     56~$ brew cask list
     57amazon-workspaces          joplin                     spectacle
     58android-file-transfer      messenger                  tableau-public
     59docker                     mpv                        visual-studio-code
     60drawio                     osxfuse                    webcamoid
     61firefox                    skype                      zulu8
     62flash-npapi                slack
     63font-dejavu-sans           soundflower
     64}}}
     65{{{
     66#!graphviz
     67digraph "brew-dep" { rankdir=LR; node [shape=record];
     68"freetype"->"fontconfig"; "gdbm"->"csvkit"; "gdbm"->"python"; "gdbm"->"python@3.8"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libpng"->"fontconfig"; "libpng"->"freetype"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "openssl@1.1"->"csvkit"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "python@3.8"->"csvkit"; "readline"->"csvkit"; "readline"->"python"; "readline"->"python@3.8"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"csvkit"; "sqlite"->"python"; "sqlite"->"python@3.8"; "xz"->"csvkit"; "xz"->"python"; "xz"->"python@3.8"; "bash-completion"; "coreutils"; "dos2unix"; "ext4fuse"; "gdbm"; "gettext"; "git-secrets"; "libpng"; "libunistring"; "mtr"; "ncurses"; "openssl@1.1"; "p7zip"; "pcre2"; "protobuf"; "readline"; "tree"; "unrar"; "xz"; "youtube-dl";
     69}
     70}}}