My personal macOS dotfiles configuration.
Created and inspired with the help of the repos of Renato's, Willian's and Mathias' dotfiles.
If you want to read more about the purpose of this set of scripts and also build your own, you can read this blog post I wrote (written in portuguese).
Clone this repo at your $HOME
path (e.g. ~/) and run
sh setup.sh
All the installation scripts at config folder will run in sequence.
Currently installing some applications for personal purposes (such as Development, OS customization and general stuff). You can check all the installed apps on the Brewfile. Also includes some base-configuration files at .dotfiles folder.
Similar to the dotfiles configuration, but with some private things using git submodules.
To fetch it (after installing the main dotfiles configuration) run:
git submodule update --init
To update it, run:
git submodule update --recursive --remote