sheldon icon indicating copy to clipboard operation
sheldon copied to clipboard

:bowtie: Fast, configurable, shell plugin manager

Results 31 sheldon issues
Sort by recently updated
recently updated
newest added

If using profiles for example one for my IDE terminal and one for iTerm2 terminal I run in to some issues with having both terminals open at the same time....

bug

Currently the Homebrew and Cargo install work fine on M1/M2 MacBooks but it would be nice to ship a Apple silicon binary from CI as well. For most Rust programs...

feature

When running `sheldon lock` to install the defined plugins I get the following error: ```sh $ sheldon lock Loaded ~/.sheldon/plugins.toml error: failed to install source `https://github.com/romkatv/zsh-defer` due to: failed to...

bug

I'd love to some kind of `when` option in the config file, for conditional sourcing. For example, I had this configuration with `zplug` ```zsh if [[ -d "$HOME/Projects/Repos/spaceship/spaceship-prompt" ]]; then...

feature

This contains settings for the release profile which decreases the binary size from ~12M to ~4M on my machine.

My plugin setup is as follow: ```toml shell = "zsh" apply = ["defer"] [templates] defer = { value = 'zsh-defer source "{{ file }}"', each = true } [plugins] [plugins.zsh-defer]...

bug

Currently Sheldon runs unit tests that make requests to download https://github.com/rossmacarthur/sheldon-test. I think this is okay for integration tests but the unit tests should rather do something like spin up...

enhancement

the suffix of the local plugin file must be `.zsh` ? use `.sh` `.plugin` init error.

question

From https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html: > $XDG_DATA_HOME defines the base directory relative to which user-specific data files should be stored. If $XDG_DATA_HOME is either not set or empty, a default equal to $HOME/.local/share...

bug