z-shell / z-a-meta-plugins

🌀 An annex delivers the capability to install a group of plugins via a single, friendly label
https://wiki.zshell.dev/ecosystem/annexes/meta-plugins
GNU General Public License v3.0
13 stars 8 forks source link

bad url for diff so fancy #2

Closed xenoterracide closed 2 years ago

xenoterracide commented 2 years ago

issue appears to be https://github.com/z-shell/z-a-meta-plugins/blob/main/z-a-meta-plugins.plugin.zsh#L115

Cloning into '/home/xeno/.zi/plugins/sbinbin---git-dsf;bin---diff-so-fancy'...
remote: Not Found
1. [meta-plugins annex] Loading meta-plugin: `z-shell' consisting of: 1) z-shell∕F-Sy-H, 2) z-shell∕H-S-MW, 3) z-shell∕zsh-diff-so-fancy.

Downloading z-shell/F-Sy-H…

Cloning into '/home/xeno/.zi/plugins/z-shell---F-Sy-H'...
▐ ███████████ OBJ: 100, PACK: 270/270, COMPR: 100%, REC: 100%, RES: 100%  
Note: Compiling: F-Sy-H.plugin.zsh… OK.
Installed 1 completions. They are stored in $INSTALLED_COMPS array.

Downloading z-shell/H-S-MW…

Cloning into '/home/xeno/.zi/plugins/z-shell---H-S-MW'...
▹▸▹▹▹ ███████████ OBJ: 100, PACK: 42/42, COMPR: 100%, REC: 100%, RES: 100%  
Note: Compiling: H-S-MW.plugin.zsh… OK.

Downloading sbinbin/git-dsf;bin/diff-so-fancy…

Cloning into '/home/xeno/.zi/plugins/sbinbin---git-dsf;bin---diff-so-fancy'...
remote: Not Found
fatal: repository 'https://github.com/sbinbin/git-dsf;bin/diff-so-fancy/' not found

Clone failed (code: 128).

Downloading z-shell/zsh-diff-so-fancy…

Cloning into '/home/xeno/.zi/plugins/z-shell---zsh-diff-so-fancy'...
▉ ███████████ OBJ: 100, PACK: 59/59, COMPR: 100%, REC: 100%, RES: 100%  
Cloning into '/home/xeno/.zi/plugins/z-shell---zsh-diff-so-fancy/diff-so-fancy'...
▏ ███████████ OBJ: 100, PACK: 2258/2258, COMPR: 100%, REC: 100%, RES: 100%  
Cloning into '/home/xeno/.zi/plugins/z-shell---zsh-diff-so-fancy/diff-so-fancy/test/bats'...
▍ ███████████ OBJ: 100, PACK: 5584/5584, COMPR: 100%, REC: 100%, RES: 100%   
Cloning into '/home/xeno/.zi/plugins/z-shell---zsh-diff-so-fancy/diff-so-fancy/test/test_helper/bats-assert'...
▊ ███████████ OBJ: 100, PACK: 466/466, COMPR: 100%, REC: 100%, RES: 100%    
Cloning into '/home/xeno/.zi/plugins/z-shell---zsh-diff-so-fancy/diff-so-fancy/test/test_helper/bats-support'...
▊ ███████████ OBJ: 105, PACK: 105/105, COMPR: 100%, RE
zi for \
  z-shell/z-a-meta-plugins \
  z-shell/z-a-default-ice \
  @z-shell \
  @z-shell2
ss-o commented 2 years ago

Hey @xenoterracide,

Have you got installed the z-shell/z-a-bin-gem-node annex? :octocat:

xenoterracide commented 2 years ago

No, didn't know that was a requirement. If it is, shouldn't it be part of the Meta package.

although, now I want to check to see if Ruby is installed on My Mac or my Linux box, since I already have diff so fancy installed through a package manager.

ss-o commented 2 years ago

I will include requirements in the readme file as is already in https://z.digitalclouds.dev/docs/ecosystem/annexes/meta-plugins.

Thanks,