Dotfiles and shell scripts to set up my macOS laptop for development.
Install the Command Line Tools:
xcode-select --installDownload the script:
curl --remote-name https://raw.githubusercontent.com/AlessioRocco/dotfiles/master/bin/setupReview the script (avoid running scripts you haven't read!):
less setupExecute the downloaded script:
sh setup 2>&1 | tee ~/setup.logOptionally, review the log:
less ~/setup.logDotfiles is (c) 2019-2021 Alessio Rocco It is free software, and may be redistributed under the terms specified in the LICENSE file.