From: Jannik Zander Date: Mon, 23 Oct 2017 10:47:40 +0000 (+0000) Subject: README.md edited online with Bitbucket X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=3e7583078099e972d50b4f8c02f44f3c9d5977ce;p=dotfiles.git README.md edited online with Bitbucket --- diff --git a/README.md b/README.md index 22a4f38..76795af 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ What you need to do on the new box is this: $ cd $HOME $ git init --bare $HOME/.dotfiles - $ alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' - $ dotfiles config --local status.showUntrackedFiles no - $ dotfiles remote add origin git@bitbucket.org:jannikz/dotfiles.git - $ dotfiles fetch - $ dotfiles reset --hard origin/master - $ dotfiles branch -u origin/master \ No newline at end of file + $ alias dot='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' + $ dot config --local status.showUntrackedFiles no + $ dot remote add origin git@bitbucket.org:jannikz/dotfiles.git + $ dot fetch + $ dot reset --hard origin/master + $ dot branch -u origin/master \ No newline at end of file