-
Install Xcode commandline tools
xcode-select --install
-
Clone this repo & make scripts executable
git clone https://github.com/dikayx/.dotfiles.git && chmod +x .dotfiles/*.sh
-
Run the script*
./.dotfiles/install.sh -h "My-MBP" -gn "John Doe" -ge "<your_mail>@example.com"
*) All arguments are optional. You can show a help message by providing the --help
flag.
xcode-select --install \
&& git clone https://github.com/dikayx/.dotfiles.git \
&& chmod +x .dotfiles/*.sh \
&& ./.dotfiles/install.sh -h "My-MBP"