This repository contains my Dotfiles and anything I use to setup and maintain my Mac.
Clone repository
cd ~
mkdir .dotfiles
git clone --recurse-submodule https://github.com/moralesl/dotfiles .dotfiles
Run setup
cd .dotfiles
./setup.sh
setup.sh
: Setup scriptBrewfile
: All brew bundles that need to be installed.zshrc
: Zsh configurationsaliases.zsh
: Aliases that can be used inside the zsh.macos
: MacOs Preference Overwrites
This repository was inspired by Dries Vints' dotfiles repo.