From 83760bd92fb06468e8acc7ba2fe025fb9f2b576b Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 9 Aug 2022 22:25:19 -0600 Subject: [PATCH] Activate scwrypts --- config/scwrypts.conf | 9 +++++++++ setup/config.setup.zsh | 1 + setup/env/env.zsh | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 config/scwrypts.conf diff --git a/config/scwrypts.conf b/config/scwrypts.conf new file mode 100644 index 0000000..7dc08bd --- /dev/null +++ b/config/scwrypts.conf @@ -0,0 +1,9 @@ +# +# configuration for scwrypts +# + +SCWRYPTS_CONFIG_PATH="$HOME/.config/scwrypts" +SCWRYPTS_DATA_PATH="$HOME/.local/share/scwrypts" + +SCWRYPTS_SHORTCUT='' # CTRL + W +SCWRYPTS_ENV_SHORTCUT='' # CTRL + / diff --git a/setup/config.setup.zsh b/setup/config.setup.zsh index 22872b8..11ab857 100644 --- a/setup/config.setup.zsh +++ b/setup/config.setup.zsh @@ -18,6 +18,7 @@ function SETUP__CONFIG() { CONFIG__SYMLINK 'pgcli/config' 'pgcli.conf' CONFIG__SYMLINK 'pylintrc' 'pylint.conf' CONFIG__SYMLINK 'ripgrep/config' 'ripgrep.conf' + CONFIG__SYMLINK 'scwrypts/config' 'scwrypts.conf' ############################################################################################ CONFIG__TERMINFO diff --git a/setup/env/env.zsh b/setup/env/env.zsh index 817b2e2..a1d3fb4 100644 --- a/setup/env/env.zsh +++ b/setup/env/env.zsh @@ -61,7 +61,7 @@ EXTERNAL_PLUGINS=( "$DOTWRYN/zsh/plugins/z/z.sh" "$DOTWRYN/zsh/plugins/fzf-tab/fzf-tab.plugin.zsh" "$DOTWRYN/zsh/plugins/code-activator/activator.plugin.zsh" - "$DOTWRYN/zsh/plugins/latex/latex.plugin.zsh" + "$DOTWRYN/zsh/plugins/scwrypts/scwrypts.plugin.zsh" "$DOTWRYN/zsh/plugins/ssh/ssh.plugin.zsh" "$DOTWRYN/zsh/plugins/memo/memo.plugin.zsh" )