home/README.md

17 lines
451 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
Existing files will not be overwritten!