Activate scwrypts
This commit is contained in:
parent
c4e4772588
commit
83760bd92f
9
config/scwrypts.conf
Normal file
9
config/scwrypts.conf
Normal file
@ -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 + /
|
@ -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
|
||||
|
2
setup/env/env.zsh
vendored
2
setup/env/env.zsh
vendored
@ -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"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user