Dotfiles to setup macOS the way I like it.
Install Homebrew:
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Run homebrew.sh to install the formulas.
Install Oh My Zsh:
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"Install zsh-autosuggestions plugin:
$ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestionsInstall zsh-syntax-highlighting plugin:
$ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightingInstall nvm:
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bashReplace the .zshrc file and source it. It will set some defaults, activate the zsh plugins, nvm and init the Pure prompt.
Replace the .gitconfig file. It will set some defaults and enable diff-so-fancy.
Download and install iTerm.
Set the Snazzy theme by opening the Snazzy.itermcolors in Finder.
Go to Settings > Profiles > Text, change the Cursor to _, the Font to Menlo and set the size to 13.
