Skip to content

Instantly share code, notes, and snippets.

@devinus
Created April 15, 2022 05:12
Show Gist options
  • Select an option

  • Save devinus/abe8682f6acf941722dcc59064b2806c to your computer and use it in GitHub Desktop.

Select an option

Save devinus/abe8682f6acf941722dcc59064b2806c 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"
[templates]
defer = { value = 'zsh-defer source "{{ file }}"', each = true }
debug = { value = 'echo "{{ name }}: {{ file }}"', each = true }
[plugins]
# For example:
#
# [plugins.base16]
# github = "chriskempson/base16-shell"
[plugins.ls_colors]
local = "~/.local/share"
use = ["lscolors.sh"]
[plugins.zfunc]
local = "~/.zfunc"
apply = ["fpath"]
[plugins.spring]
local = "~/.sdkman/candidates/springboot/current/shell-completion/zsh"
apply = ["fpath"]
[plugins.zsh-defer]
github = "romkatv/zsh-defer"
[plugins.oh-my-zsh]
github = "ohmyzsh/ohmyzsh"
[plugins.colored-man-pages]
local = "~/.sheldon/repos/github.com/ohmyzsh/ohmyzsh/plugins/colored-man-pages"
apply = ["defer"]
[plugins.command-not-found]
local = "~/.sheldon/repos/github.com/ohmyzsh/ohmyzsh/plugins/command-not-found"
apply = ["defer"]
[plugins.sudo]
local = "~/.sheldon/repos/github.com/ohmyzsh/ohmyzsh/plugins/sudo"
apply = ["defer"]
[plugins.asdf]
local = "~/.sheldon/repos/github.com/ohmyzsh/ohmyzsh/plugins/asdf"
apply = ["defer"]
[plugins.mix]
local = "~/.sheldon/repos/github.com/ohmyzsh/ohmyzsh/plugins/mix"
apply = ["fpath"]
[plugins.gradle-completion]
github = "gradle/gradle-completion"
apply = ["fpath"]
[plugins.zsh-completion-generator]
github = "RobSis/zsh-completion-generator"
apply = ["defer"]
[plugins.zsh-autosuggestions]
github = "zsh-users/zsh-autosuggestions"
apply = ["defer"]
[plugins.fast-syntax-highlighting]
github = "zsh-users/zsh-syntax-highlighting"
apply = ["defer"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment