28 lines
653 B
INI
28 lines
653 B
INI
# `sheldon` configuration file
|
|
# ----------------------------
|
|
# See the documentation for more https://github.com/rossmacarthur/sheldon#readme
|
|
|
|
shell = "zsh"
|
|
[plugins]
|
|
|
|
[plugins.zsh-autosuggestions]
|
|
github = 'zsh-users/zsh-autosuggestions'
|
|
|
|
[plugins.zsh-history-substring-search]
|
|
github = 'zsh-users/zsh-history-substring-search'
|
|
|
|
[plugins.alias-tips]
|
|
github = 'djui/alias-tips'
|
|
|
|
[plugins.fast-syntax-highlighting]
|
|
github = 'zdharma-continuum/fast-syntax-highlighting'
|
|
|
|
[plugins.zsh-nix-shell]
|
|
github = 'chisui/zsh-nix-shell'
|
|
|
|
[plugins.nix-zsh-completions]
|
|
github = 'spwhitt/nix-zsh-completions'
|
|
|
|
[plugins.zsh-vi-mode]
|
|
github = 'jeffreytse/zsh-vi-mode'
|