From c843c140d94bce628852bde28ba49363743237ec Mon Sep 17 00:00:00 2001 From: yeti Date: Thu, 17 Apr 2025 14:05:11 +0100 Subject: [PATCH] feat: rename cleanup to pre-build and add symlinks --- cleanup.sh | 3 --- pre-build.sh | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 cleanup.sh create mode 100755 pre-build.sh diff --git a/cleanup.sh b/cleanup.sh deleted file mode 100644 index 8bfc7bf..0000000 --- a/cleanup.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -rm -rf local/state diff --git a/pre-build.sh b/pre-build.sh new file mode 100755 index 0000000..b4eeebf --- /dev/null +++ b/pre-build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +ln -s "$PWD"/zsh-autosuggestions "$PWD"/config/zsh/ohmyzsh/custom/plugins/zsh-autosuggestions +ln -s "$PWD"/zsh-syntax-highlighting "$PWD"/config/zsh/ohmyzsh/custom/plugins/zsh-syntax-highlighting +rm -rf local/state