🔤 Update README with instructions for setting up dotfiles on termux
This commit is contained in:
parent
4a6a47950f
commit
ac48910f5e
@ -24,3 +24,11 @@ see for example [How to Store Dotfiles - A Bare Git Repository \| Atlassian Git
|
|||||||
1. `gitdotfiles reset` (`git-dotfiles reset --hard HEAD`)
|
1. `gitdotfiles reset` (`git-dotfiles reset --hard HEAD`)
|
||||||
1. `gitdotfiles checkout -f`
|
1. `gitdotfiles checkout -f`
|
||||||
1. `gitdotfiles submodule update --init --recursive`
|
1. `gitdotfiles submodule update --init --recursive`
|
||||||
|
|
||||||
|
## Log
|
||||||
|
- for some reason I have to add branch to `.git/config` manually.
|
||||||
|
```ini
|
||||||
|
[branch "main-termux"]
|
||||||
|
remote = origin
|
||||||
|
merge = refs/heads/main-termux
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user