The basic structure of my dotfiles are based on Zach Holman's holman/dotfiles && Jonathan Clem's jclem/dotfiles repositories. Essentially, configuration files are grouped by topic (i.e. "git", "vim", "zsh", etc.). *.zsh files are sourced automatically, and a file named something.symlink will by symlinked to ~/.something.
- Clone the repository
git clone git@github.com:dkoprov/dotfiles.git cdinto the repocd dotfiles- Run the installer
./install - Get submodules
git submodule update --init