[zsh] replace antibody by sheldon
This commit is contained in:
parent
4c0c24e62c
commit
3baec6906d
@ -52,8 +52,9 @@ source ~/.zsh/dstask-completion.zsh
|
||||
{{- end }}
|
||||
eval "$(zoxide init zsh)"
|
||||
eval "$(starship init zsh)"
|
||||
source <(antibody init)
|
||||
antibody bundle < ~/.zsh_plugins
|
||||
#source <(antibody init)
|
||||
#antibody bundle < ~/.zsh_plugins
|
||||
eval "$(sheldon source)"
|
||||
|
||||
# Profiling
|
||||
#unsetopt XTRACE
|
||||
|
||||
0
private_dot_config/sheldon/.keep
Normal file
0
private_dot_config/sheldon/.keep
Normal file
45
private_dot_config/sheldon/plugins.toml
Normal file
45
private_dot_config/sheldon/plugins.toml
Normal file
@ -0,0 +1,45 @@
|
||||
# `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
|
||||
|
||||
[plugins]
|
||||
|
||||
[plugins.zsh-autosuggestions]
|
||||
github = 'zsh-users/zsh-autosuggestions'
|
||||
|
||||
[plugins.history-search-multi-word]
|
||||
github = 'zdharma/history-search-multi-word'
|
||||
|
||||
[plugins.zsh-completions]
|
||||
github = 'zsh-users/zsh-completions'
|
||||
|
||||
[plugins.zsh-background-notify]
|
||||
github = 't413/zsh-background-notify'
|
||||
|
||||
[plugins.forgit]
|
||||
github = 'wfxr/forgit'
|
||||
|
||||
[plugins.fzf-tab]
|
||||
github = 'Aloxaf/fzf-tab'
|
||||
|
||||
[plugins.jq-zsh-plugin]
|
||||
github = 'reegnz/jq-zsh-plugin'
|
||||
|
||||
[plugins.zsh-aliases-exa]
|
||||
github = 'DarrinTisdale/zsh-aliases-exa'
|
||||
|
||||
[plugins.tmux-xpanes]
|
||||
github = 'greymd/tmux-xpanes'
|
||||
|
||||
# For example:
|
||||
#
|
||||
# [plugins.base16]
|
||||
# github = "chriskempson/base16-shell"
|
||||
Loading…
x
Reference in New Issue
Block a user