feat: rename cleanup to pre-build and add symlinks

This commit is contained in:
yeti 2025-04-17 14:05:11 +01:00
parent b00fbc1b77
commit c843c140d9
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
rm -rf local/state

5
pre-build.sh Executable file
View File

@ -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