1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +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 mkdir ~/.dot
clone --no-checkout <url> cd ~/.dot
git config core.worktree="../../../" clone <url>
git checkout master cd dotfiles # this takes you to the freshly cloned ~/.dot/dotfiles
cd sh install.sh # install the files in the homedir
sh install.sh
``` ```
# Fix for shift+F6 in tmux (and screen probably) # Fix for shift+F6 in tmux (and screen probably)