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