alex35mil / dotfiles

My dotfiles
240 stars 10 forks source link

zsh-autosuggestions #8

Closed poborin closed 7 months ago

poborin commented 8 months ago

thanks a lot for this repo!

I just try to get the zsh-autosuggestions working and wondering where do you get this config from:

source "$DEVBOX_PROFILE/share/zsh-autosuggestions/zsh-autosuggestions.zsh"

after installing dotfiles I cannot figure out where do I get ~/.local/share/devbox/global/default/.devbox/virtenv/.wrappers/ from. It seems that this folder just don't exist.

alex35mil commented 8 months ago

I manage packages with Nix + Devbox, so you need to install it first.

poborin commented 8 months ago

Sorry for my ambiguous question. I wanted to ask if I really need a virtual environment to use zsh-autosuggestions.

alex35mil commented 8 months ago

@poborin No, absolutely not. You can install them without Nix. If you use Brew, you can get them from here.

poborin commented 7 months ago

thanks