mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
Added scripts for OS X
This commit is contained in:
6
scripts/homebrew.install.bash
Executable file
6
scripts/homebrew.install.bash
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# sources:
|
||||
# - http://rapidprogrammer.com/how-to-install-homebrew-with-ansible
|
||||
|
||||
yes | bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
6
scripts/osx.xcode-install.zsh
Executable file
6
scripts/osx.xcode-install.zsh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/zsh
|
||||
|
||||
if ! [[ -d "$(xcode-select -p)" ]];
|
||||
then
|
||||
xcode-select --install
|
||||
fi
|
||||
Reference in New Issue
Block a user