Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 580 Bytes

File metadata and controls

22 lines (16 loc) · 580 Bytes

Getting started – Zsh

Clone this repository wherever you'd like. I picked ~/dotfiles.

Run git submodule update --init after checking it out to get the submodules.

Symlink .vim, .vimrc, .zshrc to the ones in here.

Also symlink .gitconfig, but if you have any overrides (e.g. GPG config), add the following to ~/.gitconfig instead:

[include]
    path = ~/dotfiles/.gitconfig

Updating

Per Git book 7.11: Git Tools - Submodules,

git submodule update --remote