Pseudo initial
This commit is contained in:
parent
7e204a3d9f
commit
cdfac4d089
13 changed files with 1312 additions and 24 deletions
11
.dotfiles/bootstrap/00_xcode.sh
Executable file
11
.dotfiles/bootstrap/00_xcode.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Check if Xcode CLI tools are installed. Install if not.
|
||||
if [ "$(xcode-select --version)" == "" ]; then
|
||||
sudo xcode-select --install
|
||||
|
||||
sudo xcodebuild -license accept
|
||||
|
||||
echo "Press [ENTER] when install has finished"
|
||||
read
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue