From 2f1f13a15ee17aa6e60c4ce08db6482f1bfbbf71 Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Thu, 18 Feb 2021 11:07:48 +0100 Subject: [PATCH] [zsh] add autopair plugin, remove antibody traces --- dot_sheldon/plugins.toml | 3 +++ dot_zsh/exports.tmpl | 2 -- dot_zsh_plugins | 10 ---------- dot_zshrc.tmpl | 2 -- private_dot_config/sheldon/plugins.toml | 3 +++ 5 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 dot_zsh_plugins diff --git a/dot_sheldon/plugins.toml b/dot_sheldon/plugins.toml index 797e357..9629551 100644 --- a/dot_sheldon/plugins.toml +++ b/dot_sheldon/plugins.toml @@ -39,6 +39,9 @@ github = 'DarrinTisdale/zsh-aliases-exa' [plugins.tmux-xpanes] github = 'greymd/tmux-xpanes' +[plugins.zsh-autopair] +github = 'hlissner/zsh-autopair' + # For example: # # [plugins.base16] diff --git a/dot_zsh/exports.tmpl b/dot_zsh/exports.tmpl index dd468cb..0fac782 100644 --- a/dot_zsh/exports.tmpl +++ b/dot_zsh/exports.tmpl @@ -1,7 +1,5 @@ {{- if eq .chezmoi.hostname "taupo" -}} 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 {{- else -}} export PATH=$HOME/.bin/:$PATH diff --git a/dot_zsh_plugins b/dot_zsh_plugins deleted file mode 100644 index 566fe57..0000000 --- a/dot_zsh_plugins +++ /dev/null @@ -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 diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 6694121..1f962a3 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -53,8 +53,6 @@ source ~/.zsh/completion/podman.zsh eval "$(zoxide init zsh)" eval "$(starship init zsh)" -#source <(antibody init) -#antibody bundle < ~/.zsh_plugins eval "$(sheldon source)" # Profiling diff --git a/private_dot_config/sheldon/plugins.toml b/private_dot_config/sheldon/plugins.toml index 797e357..9629551 100644 --- a/private_dot_config/sheldon/plugins.toml +++ b/private_dot_config/sheldon/plugins.toml @@ -39,6 +39,9 @@ github = 'DarrinTisdale/zsh-aliases-exa' [plugins.tmux-xpanes] github = 'greymd/tmux-xpanes' +[plugins.zsh-autopair] +github = 'hlissner/zsh-autopair' + # For example: # # [plugins.base16]