Dotfiles for Mac using Brew, OhMyZsh, Antibody, Vim and more. Unlike a lot other dotfiles projects this has put a lot of thought into the user experience and safe usage. This will never replace your existing files and a fresh install will tell you exactly what's happening behind the scenes.
These dotfiles assume you already have the following installed:
- MacOs
- Git
- Curl
- Zsh
To get started, clone the project to your home directory:
git clone [email protected]:flugger/dotfiles.git ~/.dotfiles && export PATH=~/.dotfiles/bin:$PATHThis will clone this Git repository into ~/.dotfiles. It will also add the Dotfiles' bin folder to the path giving you access to the dot command.
You may now install the Dotfiles using:
dot installdot update