- Download the latest zsh package: https://packages.msys2.org/package/zsh?repo=msys&variant=x86_64
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
| (function(exports) { | |
| // Vector Class ----------------------------------------------------------- | |
| // ------------------------------------------------------------------------ | |
| function Vector2(x, y) { | |
| this.x = x; | |
| this.y = y; | |
| } | |
| Vector2.prototype = { |
| curl -i https://api.github.com/repos/scrooloose/nerdtree/forks |grep -e "git_url" |awk '{gsub(/,/,"");split($2,a,"/"); system("mkdir "a[4]"; cd "a[4]"; git clone " $2);}' |