-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Vladimir Korenev edited this page Jun 16, 2020
·
2 revisions
git clone --bare git@github.com:vkorenev/dotfiles.git $HOME/.dotfilesor
git clone --bare https://github.com/vkorenev/dotfiles.git $HOME/.dotfilesthen
alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
dotfiles config --local status.showUntrackedFiles no
dotfiles checkout