Skip to content
Vladimir Korenev edited this page Jun 16, 2020 · 2 revisions
git clone --bare git@github.com:vkorenev/dotfiles.git $HOME/.dotfiles

or

git clone --bare https://github.com/vkorenev/dotfiles.git $HOME/.dotfiles

then

alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
dotfiles config --local status.showUntrackedFiles no
dotfiles checkout

Clone this wiki locally