These dotfiles are intended to be used when first setting up MacOS. After a fresh install, I like to clone this repo into my home folder, and symlink the dotfiles to make it easier to push any changes back to this repo.
- zsh configuration (autocompletion for popular tools, better history, super fast load time, automatically initializes themes and plugins)
- MacOS specific settings
- JetBrains Mono Nerd Font (contains additional symbols and ligatures for a better terminal experience)
- iTerm configuration
Caution
Pilfer at your own peril :) If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails.
cd ~
git clone -b macos https://github.com/davenicoll/dotfiles.git "$HOME/.dotfiles"
cd ~/.dotfiles
./install.sh