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