Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Installation rust tools #19

Open
paveg opened this issue Jun 24, 2024 · 0 comments
Open

Suggestion: Installation rust tools #19

paveg opened this issue Jun 24, 2024 · 0 comments

Comments

@paveg
Copy link
Owner

paveg commented Jun 24, 2024

These tools are related to the shell initialization, so I believe it would be better to install them on zsh (zsh.d/module/plugin.zsh or somewhere new).

Especially, the zinit can install all tools are like below:

zinit ice as"program" from"gh-r" cp"eza* -> eza"
zinit light eza-community/eza
zinit ice silent as"completion"
zinit snippet https://github.com/eza-community/eza/blob/main/completions/zsh/_eza

zinit ice as"program" from"gh-r" cp"bat* -> bat" pick"bat/bat"
zinit light sharkdp/bat
zinit ice silent as"completion"
zinit snippet https://github.com/sharkdp/bat/blob/master/assets/completions/bat.zsh.in

zinit ice as"program" from"gh-r" cp"fd* -> fd" pick"fd/fd"
zinit light sharkdp/fd
zinit ice silent as"completion"
zinit snippet https://github.com/sharkdp/fd/blob/master/contrib/completion/_fd

I've tried it but it might be wrong, I couldn't install them correctly. I need to dive in deeply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant