From e580d5db3cc4146a4e3006492f7ced26b8e8072c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 7 Jan 2026 15:46:40 +0800 Subject: Move deployment scripts to deploy subdirectory --- scripts/deploy/zsh_support/install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/deploy/zsh_support/install.sh (limited to 'scripts/deploy/zsh_support/install.sh') 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 -- cgit