diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-07 15:46:40 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-07 15:46:40 +0800 |
| commit | e580d5db3cc4146a4e3006492f7ced26b8e8072c (patch) | |
| tree | aa56e423b25982f9f7422114f81b362ef5f034d9 /scripts/deploy/zsh_support/install.sh | |
| parent | 197363c9ed2b285db220988590dfc13edcbbad41 (diff) | |
Move deployment scripts to deploy subdirectory
Diffstat (limited to 'scripts/deploy/zsh_support/install.sh')
| -rw-r--r-- | scripts/deploy/zsh_support/install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/deploy/zsh_support/install.sh b/scripts/deploy/zsh_support/install.sh new file mode 100644 index 0000000..aa92952 --- /dev/null +++ b/scripts/deploy/zsh_support/install.sh @@ -0,0 +1,3 @@ +#!/bin/zsh +cd "$(dirname "$0")" +cp jvcs.plugin.zsh ~/.oh-my-zsh/custom/plugins/jvcs/jvcs.plugin.zsh |
