From 5fbe96906f7abbaae0120c4bdc24672b09c38d77 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Jul 2021 13:33:19 +1200 Subject: Update dotfiles(7) manual page --- man/man7/dotfiles.7df | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df index c48fbdac..f542c888 100644 --- a/man/man7/dotfiles.7df +++ b/man/man7/dotfiles.7df @@ -15,9 +15,9 @@ added over time, making it into a personal suite of custom Unix tools. .IP .nf \f[C] -$ mkdir -p \[ti]/.local/share -$ git clone https://sanctum.geek.nz/code/dotfiles.git \[ti]/.local/share/dotfiles -$ cd \[ti]/.local/share/dotfiles +$ mkdir -p \[ti]/.local/src +$ git clone https://sanctum.geek.nz/code/dotfiles.git \[ti]/.local/src/dotfiles +$ cd \[ti]/.local/src/dotfiles $ git submodule init $ git submodule update $ make @@ -91,7 +91,7 @@ $ cat .config/dotfiles/config install-bash install-bin EMAIL=you\[at]example.com -$ make -C .local/share/dotfiles install-conf +$ make -C .local/src/dotfiles install-conf \f[R] .fi .SS Tools @@ -241,16 +241,16 @@ A terminal session with my prompt looks something like this: .nf \f[C] \[ti]$ ssh remote -remote:\[ti]$ cd .local/share/dotfiles -remote:\[ti]/.local/share/dotfiles(master+!)$ git status +remote:\[ti]$ cd .local/src/dotfiles +remote:\[ti]/.local/src/dotfiles(master+!)$ git status M README.md M bash/bashrc.d/prompt.bash A init -remote:\[ti]/.local/share/dotfiles(master+!)$ foobar +remote:\[ti]/.local/src/dotfiles(master+!)$ foobar foobar: command not found -remote:\[ti]/.local/share/dotfiles(master+!)<127>$ sleep 5 & +remote:\[ti]/.local/src/dotfiles(master+!)<127>$ sleep 5 & [1] 28937 -remote:\[ti]/.local/share/dotfiles(master+!){1}$ +remote:\[ti]/.local/src/dotfiles(master+!){1}$ \f[R] .fi .PP -- cgit v1.2.3