From vanilla to personalized macOS in less then 30 minutes
I'm done with manually configuring everything after clean installation of macOS. If this can help you too, then great, feel free to customize it and use for your own needs.
Start Terminal app and follow instructions:
- Install Xcode Command Line Tools
xcode-select --install
- Clone this repo
git clone https://github.com/tadija/AEDotFiles.git ~/.dotfiles
- Run initial setup
. ~/.dotfiles/setup/run.sh
- Configure AE theme for Terminal
setup-terminal
- Install / Update / Upgrade Homebrew
setup-homebrew
- Configure stuff
open -a TextEdit ~/.dotfiles/setup/config.sh
- Install everything
setup-installations
- Update few system preferences
setup-defaults
- Edit .bash_profile until you're satisfied
done for fun