Skip to content

Instantly share code, notes, and snippets.

@shunkakinoki
Created December 30, 2022 20:15
Show Gist options
  • Save shunkakinoki/e62e73d0b76a4ca2fe05bdca12f1e903 to your computer and use it in GitHub Desktop.
Save shunkakinoki/e62e73d0b76a4ca2fe05bdca12f1e903 to your computer and use it in GitHub Desktop.
# `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"
[plugins.zsh-autocomplete]
github = "marlonrichert/zsh-autocomplete"
[plugins.zsh-autosuggestions]
github = "zsh-users/zsh-autosuggestions"
use = ["{{ name }}.zsh"]
[plugins.zsh-syntax-highlighting]
github = "zsh-users/zsh-syntax-highlighting"
[plugins.autojump]
github = "wting/autojump"
dir = "bin"
apply = ["PATH", "source"]
[plugins.base16]
github = "chriskempson/base16-shell"
[plugins.enhancd]
github = "b4b4r07/enhancd"
[plugins.spaceship]
github = "spaceship-prompt/spaceship-prompt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment