home/README.md

18 lines
495 B
Markdown
Raw Normal View History

2015-06-13 02:55:08 +02:00
This is my $HOME
================
It is a special configured repository where every file is ignored in
2015-06-13 03:35:16 +02:00
.gitignore. Only files I am sharing accross users/systems are "unignored".
2015-06-13 02:55:08 +02:00
2015-06-13 03:35:16 +02:00
This repo is for my personal use only. Feel free to take a look... ;)
2015-06-13 02:55:08 +02:00
2015-06-13 03:35:16 +02:00
Clone to your $HOME
-------------------
cd ~
git init .
git remote add -t \* -f origin https://github.com/hanez/home.git
git checkout master
2015-06-28 04:08:10 +02:00
git submodule update --init --recursive
2015-06-13 03:35:16 +02:00
Existing files will not be overwritten!