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 [email protected]:dkoprov/dotfiles.git
cd
into the repocd dotfiles
- Run the installer
./install
- Get submodules
git submodule update --init