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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user