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