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

Way to set env in plugins.toml #191

Open
rossmacarthur opened this issue Oct 24, 2024 Discussed in #190 · 0 comments
Open

Way to set env in plugins.toml #191

rossmacarthur opened this issue Oct 24, 2024 Discussed in #190 · 0 comments
Labels
feature New feature or request

Comments

@rossmacarthur
Copy link
Owner

Discussed in #190

Originally posted by xiaoxiangmoe October 23, 2024
This is my zsh config

# .zshrc
ZSH_THEME=agnoster
ZSH_THEME="robbyrussell" plugins=(git npm macos) eval "$(sheldon source)" # see https://github.com/ohmyzsh/ohmyzsh?tab=readme-ov-file#enabling-plugins
echo $ZSH_THEME # the ZSH_THEME value should keep agnoster here
# .config/sheldon/plugins.toml
shell = "zsh"
[plugins.oh-my-zsh]
github = "ohmyzsh/ohmyzsh"

Is there any way to move config ZSH_THEME="robbyrussell" plugins=(git npm macos) from .zshrc to .config/sheldon/plugins.toml?

# .config/sheldon/plugins.toml
shell = "zsh"
[plugins.oh-my-zsh]
github = "ohmyzsh/ohmyzsh"
@rossmacarthur rossmacarthur added the feature New feature or request label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant