babarot / gomi

🗑️ Replacement for UNIX rm command!
https://babarot.me/gomi
MIT License
316 stars 13 forks source link

Write how-to install gomi by zplug #6

Closed sachin21 closed 7 years ago

sachin21 commented 7 years ago

I'm sorry. I don't understand gomi's installation way by zplug. So could you write installation guide? Then I think that some people to be happy.

babarot commented 7 years ago
zplug 'b4b4r07/gomi', as:command, from:gh-r
sachin21 commented 7 years ago

I know that installation code. But it'll be failed.

 ==> Installation failed for following packages:
- b4b4r07/gomi
[zplug] |install| total wall-time 4.227694 sec.

However, official installation code will be successful. but I want to integrate into zplug :cry:

curl -L git.io/gomi | bash
babarot commented 7 years ago

I can install gomi with this command: zplug 'b4b4r07/gomi', as:command, from:gh-r

However I cant reproduce your problem. Show me your environment and its files.

sachin21 commented 7 years ago

@b4b4r07 These.

sachin21 commented 7 years ago

I retried to install so the result was changed. Please check it out.

$ reload # An alias for exec $SHELL
  x [Warning] coreutils is not installed
  x [Warning] gomi is not installed
- b4b4r07/emoji-cli: not installed
- tarrasch/zsh-bd: not installed
- sachin21/eecd241ecf420323fe388de155a02658: not installed
- zsh-users/zsh-syntax-highlighting: not installed
- b4b4r07/gomi: not installed
- sachin21/82bf9e1f0e2ae6412af88ccda56b4a21: not installed
- sachin21/81cb1e8a65845bbb8f7c: not installed
Install? [y/N]: y
Installing...        b4b4r07/emoji-cli
Installing...        tarrasch/zsh-bd
Installing...        sachin21/eecd241ecf420323fe388de155a02658
Installing...        zsh-users/zsh-syntax-highlighting
Installing...        b4b4r07/gomi
Installing...        sachin21/82bf9e1f0e2ae6412af88ccda56b4a21
Installing...        sachin21/81cb1e8a65845bbb8f7c
[zplug] b4b4r07/gomi: there are no available releases
Installed!           sachin21/eecd241ecf420323fe388de155a02658  (1.46s)
Installed!           b4b4r07/gomi                               (1.55s)
Installed!           sachin21/82bf9e1f0e2ae6412af88ccda56b4a21  (1.66s)
Installed!           sachin21/81cb1e8a65845bbb8f7c              (1.69s)
Installed!           b4b4r07/emoji-cli                          (2.44s)
[zplug] ERROR: 'chmod +x *' failed
Installed!           tarrasch/zsh-bd                            (2.77s)
Installed!           zsh-users/zsh-syntax-highlighting          (3.79s)
 ==> Installation failed for following packages:
- b4b4r07/gomi
[zplug] |install| total wall-time 4.292290 sec.

Minimum config for Zsh

zplug "tarrasch/zsh-bd"

zplug "zsh-users/zsh-syntax-highlighting", nice:19

zplug "b4b4r07/emoji-cli"

zplug "sachin21/81cb1e8a65845bbb8f7c", from:gist, as:command, use:"*", hook-build:"chmod +x *"

zplug "sachin21/eecd241ecf420323fe388de155a02658", from:gist, as:command, use:"*", hook-build:"chmod +x *"

zplug "sachin21/82bf9e1f0e2ae6412af88ccda56b4a21", from:gist, as:command, use:"*", hook-build:"chmod +x *"

zplug 'b4b4r07/gomi', as:command, from:gh-r

if ! zplug check --verbose; then
  printf "Install? [y/N]: "
  if read -q; then
    echo; zplug install
  else
    echo
  fi
fi

zplug load --verbose > /dev/null

Environment information

@b4b4r07 Could you investigate this?

babarot commented 7 years ago

Can I close this issue?

sachin21 commented 7 years ago

Hmm. That's okay, I give up. I'll use curl installation for gomi instead.

babarot commented 7 years ago

Still not resolved? Why. I think that it was fixed on zplug side.

sachin21 commented 7 years ago

Ahh! oh yeah, It works for me! Thank you. I'll be closing.