Skip to content

InPermutation/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I use Vim and Git on macOS.

Topics

Resources

License

Stars

Watchers

Forks