From 3f555c70b0bbc50af190ebbd355dc181b8043398 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 30 Jun 2021 21:27:03 +1200 Subject: Use different recommended path for checkout --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e1379d19..5381ed9f 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ into a personal suite of custom Unix tools. Installation ------------ - $ mkdir -p ~/.local/share - $ git clone https://sanctum.geek.nz/code/dotfiles.git ~/.local/share/dotfiles - $ cd ~/.local/share/dotfiles + $ mkdir -p ~/.local/src + $ git clone https://sanctum.geek.nz/code/dotfiles.git ~/.local/src/dotfiles + $ cd ~/.local/src/dotfiles $ git submodule init $ git submodule update $ make @@ -66,7 +66,7 @@ settings for the `Makefile`, too: install-bash install-bin EMAIL=you@example.com - $ make -C .local/share/dotfiles install-conf + $ make -C .local/src/dotfiles install-conf Tools ----- @@ -167,16 +167,16 @@ These are set only after testing `BASH_VERSINFO` appropriately. A terminal session with my prompt looks something like this: ~$ ssh remote - remote:~$ cd .local/share/dotfiles - remote:~/.local/share/dotfiles(master+!)$ git status + remote:~$ cd .local/src/dotfiles + remote:~/.local/src/dotfiles(master+!)$ git status M README.md M bash/bashrc.d/prompt.bash A init - remote:~/.local/share/dotfiles(master+!)$ foobar + remote:~/.local/src/dotfiles(master+!)$ foobar foobar: command not found - remote:~/.local/share/dotfiles(master+!)<127>$ sleep 5 & + remote:~/.local/src/dotfiles(master+!)<127>$ sleep 5 & [1] 28937 - remote:~/.local/share/dotfiles(master+!){1}$ + remote:~/.local/src/dotfiles(master+!){1}$ The hostname is elided if not connected via SSH. The working directory with tilde abbreviation for `$HOME` is always shown. The rest of the prompt expands -- cgit v1.2.3