13 lines
320 B
Markdown
13 lines
320 B
Markdown
# To install:
|
|
git clone --bare http://git.kaholaz.net/kaholaz/dotfiles $HOME/.dotfiles
|
|
|
|
alias dotf='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
|
|
|
dotf config --local status.showUntrackedFiles no
|
|
|
|
dotf restore --staged .
|
|
|
|
dotf restore .
|
|
|
|
dotf remote set-url origin git@git.kaholaz.net:kaholaz/dotfiles.git
|
|
|