From 8210faf9ce4a9dff7334eeaa7bf87ebb380054a0 Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Wed, 28 Feb 2024 12:49:32 +0100 Subject: [PATCH] :abc: varinat termux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb8e284..af36692 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ see for example [How to Store Dotfiles - A Bare Git Repository \| Atlassian Git ## On a new machine 1. install git 1. `cd ~` -1. `gd_branch=main` +1. `gd_branch=main` (see also variants `main-termux`) 1. `git clone --bare --branch $gd_branch --depth 1 --recurse-submodules --shallow-submodules git@jaandrle.cz:jaandrle/dotfiles.git ~/.dotfiles` 1. `alias gitdotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'` 1. `gitdotfiles config --local status.showUntrackedFiles no`