From 18bca929b4fef6b9e28a567c83b309792e6b7553 Mon Sep 17 00:00:00 2001 From: shixuesen Date: Mon, 27 Apr 2020 11:27:31 +0800 Subject: [PATCH] add packages --- .backup/brew_packages | 197 ++++++++++++++++++++++++++++++++++++++ .backup/cargo_packages | 32 +++++++ .backup/composer_packages | 21 ++++ .backup/npm_packages | 6 ++ .backup/pip_packages | 17 ++++ .zsh_history | 15 +++ 6 files changed, 288 insertions(+) create mode 100644 .backup/brew_packages create mode 100644 .backup/cargo_packages create mode 100644 .backup/composer_packages create mode 100644 .backup/npm_packages create mode 100644 .backup/pip_packages diff --git a/.backup/brew_packages b/.backup/brew_packages new file mode 100644 index 0000000..e0fcd6a --- /dev/null +++ b/.backup/brew_packages @@ -0,0 +1,197 @@ +annie +aom +apache-flink +apr +apr-util +argon2 +aspell +autoconf +automake +bat +brew-php-switcher +brotli +c-ares +cairo +ccache +cmake +cocoapods +composer +curl +curl-openssl +dnsmasq +dos2unix +exa +faac +fdk-aac +ffmpeg +flac +fontconfig +freetds +freetype +frei0r +fribidi +fzf +gawk +gcc +gdbm +geoip +gettext +giflib +git +git-flow-avh +glib +gmp +gnu-getopt +gnu-sed +gnutls +go +gphotos-uploader-cli +gradle +graphite2 +groovy +guetzli +harfbuzz +htop +icu4c +ideviceinstaller +imageoptim-cli +ios-deploy +isl +jansson +jemalloc +jenv +jpeg +jq +krb5 +lame +leptonica +libass +libav +libbluray +libev +libevent +libffi +libgcrypt +libgpg-error +libidn +libidn2 +libimobiledevice +libmetalink +libmpc +libogg +libplist +libpng +libpq +libsamplerate +libsndfile +libsodium +libsoxr +libssh2 +libtasn1 +libtermkey +libtiff +libtool +libunistring +libusb +libusbmuxd +libuv +libvidstab +libvorbis +libvpx +libvterm +libxml2 +libyaml +libzip +little-cms2 +lrzsz +lua +luajit +lzo +make +maven +mcrypt +media-info +mercurial +meson +mhash +mongodb-community +mpfr +msgpack +mtr +mycli +mysql-client +mysql@5.7 +nasm +navi +ncurses +neovim +nettle +nghttp2 +nginx +ninja +node +node@10 +nvm +oniguruma +opencore-amr +openjdk +openjpeg +openldap +openresty +openresty-openssl +openssl +openssl@1.1 +opus +p11-kit +pcre +pcre2 +percona-xtrabackup +perl +php +php@7.1 +pixman +pkg-config +proxychains-ng +python +python@2 +python@3.8 +qpdf +readline +redis +rename +rsync +rtmpdump +rubberband +ruby +rust +sdl +sdl2 +snappy +speex +sphinx-doc +sqlite +supervisor +swig +telnet +tesseract +texi2html +theora +tidy-html5 +tree +unbound +unibilium +unixodbc +usbmuxd +vim +webp +wget +x264 +x265 +xvid +xz +yadm +yarn +you-get +youtube-dl +zeromq +zsh-syntax-highlighting diff --git a/.backup/cargo_packages b/.backup/cargo_packages new file mode 100644 index 0000000..6c7a1a9 --- /dev/null +++ b/.backup/cargo_packages @@ -0,0 +1,32 @@ +benchExecuteallbenchmarksofalocalpackage +buildCompilealocalpackageandallofitsdependencies +checkCheckalocalpackageandallofitsdependenciesforerrors +cleanRemoveartifactsthatcargohasgeneratedinthepast +clippy-previewChecksapackagetocatchcommonmistakesandimproveyourRustcode. +docBuildapackage'sdocumentation +fetchFetchdependenciesofapackagefromthenetwork +fixAutomaticallyfixlintwarningsreportedbyrustc +generate-lockfileGeneratethelockfileforapackage +git-checkoutCheckoutacopyofaGitrepository +initCreateanewcargopackageinanexistingdirectory +installInstallaRustbinary.Defaultlocationis$HOME/.cargo/bin +locate-projectPrintaJSONrepresentationofaCargo.tomlfile'slocation +loginSaveanapitokenfromtheregistrylocally.Iftokenisnotspecified,itwillbereadfromstdin. +metadataOutputtheresolveddependenciesofapackage,theconcreteusedversionsincludingoverrides,inmachine-readableformat +newCreateanewcargopackageat +ownerManagetheownersofacrateontheregistry +packageAssemblethelocalpackageintoadistributabletarball +pkgidPrintafullyqualifiedpackagespecification +publishUploadapackagetotheregistry +read-manifestPrintaJSONrepresentationofaCargo.tomlmanifest. +runRunabinaryorexampleofthelocalpackage +rustcCompileapackageandallofitsdependencies +rustdocBuildapackage'sdocumentation,usingspecifiedcustomflags. +searchSearchpackagesincrates.io +testExecuteallunitandintegrationtestsandbuildexamplesofalocalpackage +uninstallRemoveaRustbinary +updateUpdatedependenciesasrecordedinthelocallockfile +vendorVendoralldependenciesforaprojectlocally +verify-projectCheckcorrectnessofcratemanifest +versionShowversioninformation +yankRemoveapushedcratefromtheindex diff --git a/.backup/composer_packages b/.backup/composer_packages new file mode 100644 index 0000000..d3ebef1 --- /dev/null +++ b/.backup/composer_packages @@ -0,0 +1,21 @@ +doctrine/inflector +illuminate/container +illuminate/contracts +illuminate/support +laravel/valet +mnapoli/silly +nategood/httpful +nesbot/carbon +php-di/invoker +psr/container +psr/simple-cache +symfony/console +symfony/polyfill-mbstring +symfony/polyfill-php72 +symfony/polyfill-php73 +symfony/process +symfony/service-contracts +symfony/translation +symfony/translation-contracts +symfony/var-dumper +tightenco/collect diff --git a/.backup/npm_packages b/.backup/npm_packages new file mode 100644 index 0000000..d32f81f --- /dev/null +++ b/.backup/npm_packages @@ -0,0 +1,6 @@ +/usr/local/lib +├── @tarojs/cli@1.3.0-beta.3 +├── cnpm@6.0.0 +├── npm@6.14.4 +└── tldr@3.2.7 + diff --git a/.backup/pip_packages b/.backup/pip_packages new file mode 100644 index 0000000..ed69707 --- /dev/null +++ b/.backup/pip_packages @@ -0,0 +1,17 @@ +Package Version +----------------- -------- +certifi 2019.3.9 +chardet 3.0.4 +configparser 3.7.4 +futures 2.2.0 +idna 2.8 +instagram-scraper 1.6.0 +pip 19.3.1 +PySocks 1.6.8 +requests 2.21.0 +setuptools 41.4.0 +six 1.12.0 +tqdm 4.31.1 +urllib3 1.24.1 +wheel 0.33.6 +xmltodict 0.12.0 diff --git a/.zsh_history b/.zsh_history index f40686c..8c15ac7 100644 --- a/.zsh_history +++ b/.zsh_history @@ -10266,3 +10266,18 @@ curl -L "https://t1.daumcdn.net/cfile/tistory/993D02425DE6416F2A" -o "僻 : 1587957376:0;gst : 1587957393:0;git commit -a "add alias" : 1587957403:0;git commit -am "add alias" +: 1587957405:0;gst +: 1587957410:0;gp +: 1587957739:0;brew list +: 1587957772:0;composer global show | cut -d ' ' -f1 +: 1587957785:0;ll +: 1587957885:0;cd .config/valet +: 1587957885:0;ll +: 1587957891:0;cd .. +: 1587957919:0;mkdir .backup +: 1587957944:0;vim back.sh +: 1587958003:0;chmod +x back.sh +: 1587958006:0;./back.sh +: 1587958019:0;gst +: 1587958026:0;git diff . +: 1587958051:0;git commit -am "add packages"