From: Jannik Zander Date: Tue, 26 Dec 2017 12:38:53 +0000 (+0000) Subject: README.md edited online with Bitbucket X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=2c6bce849b9f5d808a6c749ff7e114c3f3510f71;p=dotfiles.git README.md edited online with Bitbucket --- diff --git a/README.md b/README.md index 766de3c..0929f4b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # dotfiles -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' - $ gdf config --local status.showUntrackedFiles no - $ gdf remote add origin git@bitbucket.org:jannikz/dotfiles.git - $ gdf fetch - $ gdf reset --hard origin/master - $ gdf branch -u origin/master +Download dotfiles init script: + + $ git archive --remote=git@bitbucket.org:jannikz/dotfiles.git HEAD dotfiles-init.sh + +Execute it: + + $ ./dotfiles-init.sh