Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 372 Bytes

File metadata and controls

17 lines (11 loc) · 372 Bytes

Luciano's dotfiles for MacOS

My personal dotfiles repo

Installation

To install, make sure ZSH is installed, then run ./install after cloning the repo.

Bootstrapping script

To bootstrap an empty MacOS installation, run:

curl https://raw.githubusercontent.com/lucianonooijen/dotfiles/master/bootstrap.sh > bootstrap
chmod +x bootstrap
./bootstrap