]> git.zndr.dk Git - dotfiles.git/commitdiff
Add .gitignore everything by default
authorJannik ZANDER <jannikz@gmail.com>
Sun, 1 May 2016 06:42:33 +0000 (08:42 +0200)
committerJannik Zander <jannikz@Janniks-MBP.opasia.dk>
Mon, 2 May 2016 19:34:02 +0000 (21:34 +0200)
.gitignore [new file with mode: 0644]
README.md

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..72e8ffc
--- /dev/null
@@ -0,0 +1 @@
+*
index d8dffd54f6b60dcf959e7c52d624ce6e755aae35..5826c8ee56046f481ebe9f23b051bc505ce288b2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1 +1,9 @@
-# home
\ No newline at end of file
+# home
+
+What you need to do on the new box is this:
+
+cd $HOME
+git init
+git remote add home https://github.com/jannikz/home.git
+git fetch home master
+git reset --hard home/master