[zsh] add autopair plugin, remove antibody traces
This commit is contained in:
parent
10b521cf7a
commit
2f1f13a15e
@ -39,6 +39,9 @@ github = 'DarrinTisdale/zsh-aliases-exa'
|
|||||||
[plugins.tmux-xpanes]
|
[plugins.tmux-xpanes]
|
||||||
github = 'greymd/tmux-xpanes'
|
github = 'greymd/tmux-xpanes'
|
||||||
|
|
||||||
|
[plugins.zsh-autopair]
|
||||||
|
github = 'hlissner/zsh-autopair'
|
||||||
|
|
||||||
# For example:
|
# For example:
|
||||||
#
|
#
|
||||||
# [plugins.base16]
|
# [plugins.base16]
|
||||||
|
|||||||
@ -1,7 +1,5 @@
|
|||||||
{{- if eq .chezmoi.hostname "taupo" -}}
|
{{- if eq .chezmoi.hostname "taupo" -}}
|
||||||
export GOPATH=$HOME/.go
|
export GOPATH=$HOME/.go
|
||||||
export DEBEMAIL=julien@ilico.org
|
|
||||||
export DEBFULLNAME='Julien Rabier'
|
|
||||||
export PATH=$HOME/projets/tools/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.local/bin:$PATH:/usr/sbin
|
export PATH=$HOME/projets/tools/bin:$GOPATH/bin:$HOME/.cargo/bin:$HOME/.local/bin:$PATH:/usr/sbin
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
export PATH=$HOME/.bin/:$PATH
|
export PATH=$HOME/.bin/:$PATH
|
||||||
|
|||||||
@ -1,10 +0,0 @@
|
|||||||
zsh-users/zsh-autosuggestions
|
|
||||||
zdharma/history-search-multi-word
|
|
||||||
zsh-users/zsh-completions
|
|
||||||
#zsh-users/zsh-syntax-highlighting
|
|
||||||
t413/zsh-background-notify
|
|
||||||
wfxr/forgit
|
|
||||||
Aloxaf/fzf-tab
|
|
||||||
reegnz/jq-zsh-plugin
|
|
||||||
DarrinTisdale/zsh-aliases-exa
|
|
||||||
greymd/tmux-xpanes
|
|
||||||
@ -53,8 +53,6 @@ source ~/.zsh/completion/podman.zsh
|
|||||||
|
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
#source <(antibody init)
|
|
||||||
#antibody bundle < ~/.zsh_plugins
|
|
||||||
eval "$(sheldon source)"
|
eval "$(sheldon source)"
|
||||||
|
|
||||||
# Profiling
|
# Profiling
|
||||||
|
|||||||
@ -39,6 +39,9 @@ github = 'DarrinTisdale/zsh-aliases-exa'
|
|||||||
[plugins.tmux-xpanes]
|
[plugins.tmux-xpanes]
|
||||||
github = 'greymd/tmux-xpanes'
|
github = 'greymd/tmux-xpanes'
|
||||||
|
|
||||||
|
[plugins.zsh-autopair]
|
||||||
|
github = 'hlissner/zsh-autopair'
|
||||||
|
|
||||||
# For example:
|
# For example:
|
||||||
#
|
#
|
||||||
# [plugins.base16]
|
# [plugins.base16]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user