# dotfiles
-1) First download 'dit-init.sh'
+1) First download 'dotfiles.sh'
-> $ git archive --remote=git@jaza.me:jaz/dit.git master bin/dit-init.sh | tar -x --strip-components 1
+> $ git archive --remote=git@jaza.me:jaz/dotfiles.git master bin/dotfiles.sh | tar -x --strip-components 1
-2) Next execute it
+2) Next execute it with
-> $ ./dit-init.sh
+> $ ./dotfiles.sh
-3) Now you can manage dotfiles with 'dit' (same as 'git')
+3) Now you can manage dotfiles with the command 'dotfiles' (alias for git)
-> $ dit <command>
+> $ dotfiles <command>
}
# Initial setup
-githome config --local status.showUntrackedFiles no
-githome remote add origin git@jaza.me:jaz/dotfiles.git
-githome fetch
-githome reset --hard origin/master
-githome branch -u origin/master
+dotfiles config --local status.showUntrackedFiles no
+dotfiles remote add origin git@jaza.me:jaz/dotfiles.git
+dotfiles fetch
+dotfiles reset --hard origin/master
+dotfiles branch -u origin/master