1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Set git worktree so repo can be in another dir as git is greedy and takes everything in the homedir under its scope - see http://jasonkarns.com/blog/versioning-dotfiles-with-git/

This commit is contained in:
Michiel Scholten
2014-08-11 16:16:56 +02:00
parent b5adbef28f
commit b47cc6878f

View File

@@ -4,6 +4,11 @@ dotfiles
After having my homedirs in subversion for years, move to Git.
```
mkdir ~/.dot
clone --no-checkout <url>
git config core.worktree="../../../"
git checkout master
cd
sh install.sh
```