From e3cdd748484ae966ed3c06694027229be22d1b34 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 14 Nov 2021 19:56:36 -0600 Subject: revert: removed plugins from the repo --- install.conf.yaml | 2 +- zsh/plugins.zsh | 17 ----------------- zshrc | 4 +++- 3 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 zsh/plugins.zsh diff --git a/install.conf.yaml b/install.conf.yaml index 3088480..0f6bf5f 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -34,7 +34,7 @@ - description: Installing antibody command: curl -sfL git.io/antibody | sh -s - -b ~/.local/bin && - (cd zsh; antibody bundle plugins.zsh); + (cd zsh; antibody bundle ~/.plugins.zsh); - description: Installing fzf command: diff --git a/zsh/plugins.zsh b/zsh/plugins.zsh deleted file mode 100644 index d368e90..0000000 --- a/zsh/plugins.zsh +++ /dev/null @@ -1,17 +0,0 @@ -source /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh -fpath+=( /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-syntax-highlighting ) -source /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-autosuggestions/zsh-autosuggestions.plugin.zsh -fpath+=( /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-autosuggestions ) -source /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-memark-SLASH-zsh-dotnet-completion/zsh-dotnet-completion.plugin.zsh -fpath+=( /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-memark-SLASH-zsh-dotnet-completion ) -fpath+=( /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-leonhartX-SLASH-docker-machine-zsh-completion ) -fpath+=( /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-srijanshetty-SLASH-zsh-pandoc-completion ) -source /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-ohmyzsh-SLASH-ohmyzsh/oh-my-zsh.sh -fpath+=( /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-ohmyzsh-SLASH-ohmyzsh ) -source /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-ohmyzsh-SLASH-ohmyzsh/plugins/git/git.plugin.zsh -fpath+=( /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-ohmyzsh-SLASH-ohmyzsh/plugins/git ) -source /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-ohmyzsh-SLASH-ohmyzsh/plugins/fzf/fzf.plugin.zsh -fpath+=( /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-ohmyzsh-SLASH-ohmyzsh/plugins/fzf ) -source /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-ohmyzsh-SLASH-ohmyzsh/plugins/dotnet/dotnet.plugin.zsh -fpath+=( /home/tobyv/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-ohmyzsh-SLASH-ohmyzsh/plugins/dotnet ) - diff --git a/zshrc b/zshrc index de35499..5b9798c 100644 --- a/zshrc +++ b/zshrc @@ -5,9 +5,11 @@ export DOTFILES="${HOME}/dotfiles" fpath=( "${XDG_DATA_HOME:-$HOME/.local/share}/zsh/site-functions" "${fpath[@]}" ) source $DOTFILES/shell/env.sh -source $DOTFILES/zsh/plugins.zsh +source ~/plugins.zsh + [ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/shell/wsl.sh [ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/shell/gpg.sh + source $DOTFILES/shell/aliases.sh source $DOTFILES/zsh/setopt.zsh source $DOTFILES/zsh/keybindings.zsh -- cgit v1.2.3-70-g09d2