13 lines
142 B
Bash
Executable File
13 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# New Mac bootstrap
|
|
|
|
# Ask for the administrator password upfront
|
|
sudo -v
|
|
|
|
. stuff.sh
|
|
. bash.sh
|
|
. consolas.sh
|
|
. osx.sh
|
|
. apps.sh
|