]> git.zndr.dk Git - dotfiles.git/commitdiff
README.md edited online with Bitbucket
authorJannik Zander <jannikz@gmail.com>
Tue, 26 Dec 2017 12:38:53 +0000 (12:38 +0000)
committerJannik Zander <jannikz@gmail.com>
Tue, 26 Dec 2017 12:38:53 +0000 (12:38 +0000)
README.md

index 766de3c78c452b8f8e9d53514830adec99bdc282..0929f4b4001abc8063ee7ac158ec014807d739a8 100644 (file)
--- 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