Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 670 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 670 Bytes

Dotfiles

Dotfiles and shell scripts to set up my macOS laptop for development.

Install

Install the Command Line Tools:

xcode-select --install

Download the script:

curl --remote-name https://raw.github.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

License

Dotfiles is (c) 2019-2021 Alessio Rocco It is free software, and may be redistributed under the terms specified in the LICENSE file.