Created
June 26, 2025 14:34
-
-
Save skuralll/f615ac2e883fcb4d0c6631a5f4bff1b4 to your computer and use it in GitHub Desktop.
My sheldon plugins configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# `sheldon` configuration file | |
# ---------------------------- | |
# | |
# You can modify this file directly or you can use one of the following | |
# `sheldon` commands which are provided to assist in editing the config file: | |
# | |
# - `sheldon add` to add a new plugin to the config file | |
# - `sheldon edit` to open up the config file in the default editor | |
# - `sheldon remove` to remove a plugin from the config file | |
# | |
# See the documentation for more https://github.com/rossmacarthur/sheldon#readme | |
shell = "zsh" | |
[plugins] | |
# For example: | |
# | |
# [plugins.base16] | |
# github = "chriskempson/base16-shell" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment