zsh-snap
zsh-snap copied to clipboard
⚡️ Znap! Fast, easy-to-use tools for Zsh dotfiles & plugins, plus git repos
## Describe the bug I just started using znap, followed the basic [dotfiles usage](https://github.com/marlonrichert/zsh-snap#dotfiles-usage) for my (phlm) and root users, but when I `$ sudo su` then `# su phlm`,...
## Describe the bug while using `znap source` to install plugins like https://github.com/zsh-users/zsh-autosuggestions, an unnecessary file gets created in `~/.local/bin/zsh-autosuggestions`. This is a symlink to `zsh-autosuggestions.plugin.zsh` - which is not...
Originally posted by @chrishoage in https://github.com/marlonrichert/zsh-snap/discussions/86#discussioncomment-1844474 It would be nice if the possible configuration options were documented somewhere. The way I am setting up zsh-snap is perhaps a little non-standard...
Currently leads to confusing behavior: https://github.com/marlonrichert/zsh-snap/issues/152#issuecomment-998054747
This needs to be smart enough that it does not try to update repos where the work tree is dirty or where you have unpushed commits. ### Discussed in https://github.com/marlonrichert/zsh-snap/discussions/97...
I cannot uninstall znap. If I delete `$HOME/zsh-znap`, it will complain "zsh: ..znap.auto-compile: function definition file not found". I think we should add it to readme.
## Describe the bug According to the example .zshrc `eval` command : > \# If the first arg is a repo, then the command will run inside it. > znap...
For example, it does not yet treat the files in zimfw/git-info as functions. ### Discussed in https://github.com/marlonrichert/zsh-snap/discussions/175 Originally posted by **pdufour** April 27, 2022 How can I install a list...
At the end of my zshrc, I run a function that checks if a certificate is expired, and if so runs a command that prompts the user to enter a...