refactor: moved scripts around

This commit is contained in:
Michele Cereda
2023-08-13 04:33:53 +02:00
parent c0ed267e08
commit d7c3732e17
6 changed files with 18 additions and 0 deletions

6
scripts/osx.xcode.install.zsh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/zsh
if ! [[ -d "$(xcode-select -p)" ]];
then
xcode-select --install
fi