]> git.zndr.dk Git - dotfiles.git/commitdiff
Fix5 dotfiles-init.sh
authorJannik ZANDER <jzander@grundfos.com>
Wed, 27 Dec 2017 07:30:43 +0000 (08:30 +0100)
committerJannik ZANDER <jzander@grundfos.com>
Wed, 27 Dec 2017 07:30:43 +0000 (08:30 +0100)
README.md
bin/dotfiles-init.sh

index 92b6df038c5ca28a9cdd181539aa207ad4e22d48..0a09de7931913e28ec2eddc68b2a7f96a78faf6d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,7 @@
 # dotfiles
 
-Initialize dotfiles:
+First download 'dotfiles-init.sh' and run it in your home folder.
 
-    $ git archive --remote=git@bitbucket.org:jannikz/dotfiles.git HEAD bin/dotfiles-init.sh | tar -x; cp bin/dotfiles-init.sh .;./dotfiles-init.sh;rm dotfiles-init.sh;. .bashrc
+Now you can manage dotfiles same way as git:
 
-Manage dotfiles same way as git:
-
-    $ dotfiles <command>
\ No newline at end of file
+    $ dotfiles <command>
index 42f65d30a122782abf7ffe66c37b526bfa1d023a..1a6b0fa9b79dfec75ea4cd5f1c3839445878cd00 100755 (executable)
@@ -12,3 +12,4 @@ dotfiles remote add origin git@bitbucket.org:jannikz/dotfiles.git
 dotfiles fetch
 dotfiles reset --hard origin/master
 dotfiles branch -u origin/master
+. .bashrc