From 45d1db84c1574ad5bfdc1dd09f04705fb08fa5cb Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 4 Mar 2023 16:03:56 -0500 Subject: [PATCH] wip --- install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install b/install index 58e03b3..44a7884 100755 --- a/install +++ b/install @@ -5,7 +5,8 @@ set -e dir="${PWD}" cd "${dir}/zsh" && ./setup -cd "${dir}/scripts" && ./setup +#cd "${dir}/scripts" && ./setup +ln -sfv "${dir}/scripts/scripts" ~/.local/scripts cd "${dir}/vim" && ./setup cd "${dir}/git" && ./setup cd "${dir}/tmux" && ./setup