feat: rename cleanup to pre-build and add symlinks
This commit is contained in:
parent
b00fbc1b77
commit
c843c140d9
@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
rm -rf local/state
|
|
5
pre-build.sh
Executable file
5
pre-build.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user