🔤 Update README with instructions for setting up dotfiles on termux

This commit is contained in:
Jan Andrle 2024-02-28 14:20:28 +01:00
parent 4a6a47950f
commit ac48910f5e
Signed by: jaandrle
GPG Key ID: B3A25AED155AFFAB

View File

@ -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
```