summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-14 19:56:36 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-14 19:56:36 -0600
commite3cdd748484ae966ed3c06694027229be22d1b34 (patch)
tree6ca7dd2e62c897fbf8d7dc8b53e7041bce9a49f3
parentdd3c39259c913d5195f5f655a1c93bbc34cd5ebe (diff)
revert: removed plugins from the repo
-rw-r--r--install.conf.yaml2
-rw-r--r--zsh/plugins.zsh17
-rw-r--r--zshrc4
3 files changed, 4 insertions, 19 deletions
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.txt >plugins.zsh);
+ (cd zsh; antibody bundle <plugins.txt >~/.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