From 8a7dc568b8ebaa3908dd9ecf10da0f21c417f079 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Thu, 2 Mar 2023 16:24:40 +0100 Subject: [PATCH] remove zplug.zsh --- zplug.zsh | 58 ------------------------------------------------------- zshrc | 2 -- 2 files changed, 60 deletions(-) delete mode 100644 zplug.zsh diff --git a/zplug.zsh b/zplug.zsh deleted file mode 100644 index b17b63c..0000000 --- a/zplug.zsh +++ /dev/null @@ -1,58 +0,0 @@ -export ZPLUG_HOME=$ZDOTDIR/zplug -source $(zdotfile zplug/init.zsh) - -zplug 'zplug/zplug', hook-build:'zplug --self-manage' - -#zplug "MichaelAquilina/zsh-you-should-use" -zplug 'jreese/zsh-titles' - -zplug 'crater2150-zsh/fzf-widgets' -zplug 'crater2150-zsh/conf' -zplug 'crater2150-zsh/chroma-z', as:theme - -zplug $ZDOTDIR/plugins/highlight-config, from:local, defer:3 -#zplug $ZDOTDIR/plugins/bundled-compdefs, from:local -zplug $ZDOTDIR/plugins/tmpsrc, from:local -zplug $ZDOTDIR/plugins/pyenv, from:local - -zplug 'molovo/revolver', \ - as:command, \ - use:revolver -zplug 'zunit-zsh/zunit', \ - as:command, \ - use:zunit, \ - hook-build:'./build.zsh' - -zplug "zsh-users/zsh-syntax-highlighting", defer:2 - -zplug "plugins/ng", from:oh-my-zsh - -zplug "zpm-zsh/colors" - -zplug "urbainvaes/fzf-marks" - -zplug "crater2150-zsh/tmsu-fzf", as:plugin - -zplug load - -if zplug check 'crater2150-zsh/fzf-widgets'; then - # Map widgets to key - bindkey '\ec' fzf-change-directory - bindkey '^r' fzf-insert-history - bindkey '^xf' fzf-insert-files - bindkey '^xF' fzf-insert-files-global - bindkey '^xd' fzf-insert-directory - bindkey '^xn' fzf-insert-named-directory - - # Start fzf in a tmux pane - FZF_WIDGET_TMUX=1 - - # use fd for finding directories and files - FZF_CHANGE_DIR_FIND_COMMAND="fd -t d" - FZF_INSERT_DIR_COMMAND="fd -t d" - FZF_INSERT_FILE_COMMAND="fd -t f . $HOME" - FZF_EDIT_FILES_COMMAND="fd -t f" - - # modify history command to remove duplicates - FZF_HISTORY_COMMAND="fc -l 1 | sed 's/ *[0-9]* //g' | awk '!seen[\$0]++'" -fi diff --git a/zshrc b/zshrc index b488dd1..1d7d912 100644 --- a/zshrc +++ b/zshrc @@ -71,8 +71,6 @@ source ${ZIM_HOME}/init.zsh . $(zdotfile completion.zsh) -#source $(zdotfile zplug.zsh) - . $(zdotfile bindings.zsh) stty -ixon