mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 12:20:26 +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