Let the journey begin
This commit is contained in:
12
bootstrap.sh
Executable file
12
bootstrap.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
function main() {
|
||||
local tmddir="`mktemp -d -t 'macos-system'`"
|
||||
trap 'rm -fr -- "${tmpdir}"' EXIT
|
||||
pushd -q "${tmddir}"
|
||||
git clone --recurse-submodules https://github.com/astzweig/macos-system.git .
|
||||
./install.sh
|
||||
popd -q
|
||||
}
|
||||
|
||||
main
|
||||
Reference in New Issue
Block a user