black7375 / BlaCk-Void-Zsh

🔮 Awesome, Customable Zsh Starter Kit 🌠🌠
MIT License
338 stars 38 forks source link

Installing Error with LinuxBrew #15

Closed black7375 closed 3 years ago

black7375 commented 4 years ago

Installation may fail due to some packages currently in LinuxBrew.

Updating ripgrep 11.0.2 to 12.0.0 failed in homebrew Ubuntu due to asciidoc (https://github.com/Homebrew/linuxbrew-core/issues/19885)

luxus commented 3 years ago

maybe instead of using linux brew you can zinit provide the binary? here are some examples https://gist.github.com/abl/d004dcad84a16ddd670f5337ba5b896d

black7375 commented 3 years ago

@luxus good suggestion. I will remove the linux brew dependency by managing binaries such as fzf and rg with zinit.

black7375 commented 3 years ago

The linuxbrew dependency has been removed from dev branch.

black7375 commented 3 years ago

It took a little longer. Removed the dependency and made it available in Docker as well.