Just a few shell scripts to configure my personal mac. They can download apps from App store, configure aliases, dock bar, install developer tools, etc.
First install homebrew 🍺
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
mkdir ~/dev ; cd ~/dev
git clone [email protected]:mathfeola/dotfiles.git ~/dev/dotfiles ; cd dotfiles
bash brewApps.sh ; bash caskApps.sh ; bash masApps.sh ; bash config/macOSGeneralConfig.sh
- Open iTerm -> Preferences
- Go to Profiles -> Import JSON profile -> select
itermProfile/mine.json
- Go to Colors -> Color Presets -> Import -> select the
itermProfile/solarized-dark-will.itermcolors
- Run the following command to install
oh My Zsh
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- And last run the configuration files:
$ bash config/configZSH ; bash generalAliases.sh