Code Monkey home page Code Monkey logo

Comments (5)

coroa avatar coroa commented on July 3, 2024 3

Well your suggestion

zplug "junegunn/fzf", hook-build:"sh -x install", use:"shell/*.zsh"

failed for me, since the install script depended on non-sh features, by default is interactive nowadays and zplug still didn't know about the binary. But with some experimentation i got to

zplug "junegunn/fzf", \
  hook-build:"./install --bin && ln -sr bin/fzf $ZPLUG_HOME/bin", \
  use:"shell/*.zsh"

which seems to work fine enough.

Thanks!

from zplug.

wwcd avatar wwcd commented on July 3, 2024

This problem is because the content of the github releases page has changed

wwcd@8c7d468

from zplug.

coroa avatar coroa commented on July 3, 2024

@wwcd I think that is half the problem. Indeed for

zplug "junegunn/fzf", \
  from:gh-r, \
  as:command, \
  use:"*darwin*arm64*"

to work your patch is necessary. Thanks a lot!

But the zplug "junegunn/fzf", use:"shell/*.zsh", defer:2 plugin is still not loaded correctly and a zplug update with both active will also fail.

from zplug.

wwcd avatar wwcd commented on July 3, 2024

@wwcd I think that is half the problem. Indeed for

zplug "junegunn/fzf", \
  from:gh-r, \
  as:command, \
  use:"*darwin*arm64*"

to work your patch is necessary. Thanks a lot!

But the zplug "junegunn/fzf", use:"shell/*.zsh", defer:2 plugin is still not loaded correctly and a zplug update with both active will also fail.

Refer to this

https://github.com/wwcd/dotfiles/blob/6e457322d340bad7e7e76c7dfd69292d0948b257/zsh_profile#L44

from zplug.

VeryDampTowel avatar VeryDampTowel commented on July 3, 2024

But with some experimentation i got to

zplug "junegunn/fzf", \
  hook-build:"./install --bin && ln -sr bin/fzf $ZPLUG_HOME/bin", \
  use:"shell/*.zsh"

which seems to work fine enough.

@coroa this works for me too. Just tested on a fresh install. Thank you!

from zplug.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.