Mac OS specific utils and tweaks
Run this to bootstrap a new system:
bash <(curl -s https://raw.githubusercontent.com/shepner/MacOS/master/bootstrap.sh)
Where should a local executable be placed?
Directory | Description |
---|---|
$HOME/bin | Local binaries |
$HOME/etc | Configuration files |
$HOME/lib | Libraries essential for the binaries in ~/bin and ~/sbin |
$HOME/local | Local store for applications |
$HOME/src | Source code |
$HOME/var | Variable files—files whose content is expected to continually change during normal operation of the system—such as logs, spool files, and temporary e-mail files. |