On a fresh installation of macOS:
sudo softwareupdate -i -a
xcode-select --install
Install in ~/.dotfiles with git:
git clone https://github.com/coxmi/dotfiles.git ~/.dotfiles && source ~/.dotfiles/install
Or alternatively with curl:
curl -fsSL https://raw.githubusercontent.com/coxmi/dotfiles/master/install-remote | bash
bin/*: Anything inbinwill get added to your$PATHand be made available everywhere.{folder}/{env,alias,functions,path,profile,prompt}: Any executable file namedenv,alias,functions,path,profile, orenvis loaded into the shell environment.{folder}/.*: Any.dotfilesget copied into~. These get copied when you rundotfiles files.{folder}/install: Any executable namedinstallwill be run withdotfiles install.{folder}/preinstall: Any executable namedpreinstallwill be run withdotfiles installbefore anyinstallscripts.{folder}/postinstall: Any executable namedpostinstallwill be run withdotfiles installafter anyinstallscripts.
Usage: dotfiles <command>
Commands:
- files Copies dotfiles (${folder}/.*) to ~ if they don’t already exist
- install Runs all installers (${folder}/install)
- macOS Apply macOS system defaults (requires reboot)
- dock Empty dock on macOS
- help This help message