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

Reverted worktree, we will use symlinks

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

View File

@@ -5,11 +5,10 @@ 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
cd ~/.dot
clone <url>
cd dotfiles # this takes you to the freshly cloned ~/.dot/dotfiles
sh install.sh # install the files in the homedir
```
# Fix for shift+F6 in tmux (and screen probably)