aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-02 13:33:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-02 13:33:43 +1200
commit00b99a2d7fbc14e577496f76f391ed277906db14 (patch)
tree23cfb17d78a26bf3925e76d8d43dbe2a3a8098fc
parentUpdate submodule URLs (diff)
parentUpdate PGP key (diff)
downloaddotfiles-00b99a2d7fbc14e577496f76f391ed277906db14.tar.gz
dotfiles-00b99a2d7fbc14e577496f76f391ed277906db14.zip
Merge branch 'release/v11.5.0' into develop
* release/v11.5.0: Update PGP key Update dotfiles(7) manual page
-rw-r--r--VERSION4
-rw-r--r--finger/pgpkey1
-rw-r--r--man/man7/dotfiles.7df18
3 files changed, 11 insertions, 12 deletions
diff --git a/VERSION b/VERSION
index 39293bf0..606e95e2 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v11.4.0
-Mon, 10 May 2021 01:46:30 +0000
+tejr dotfiles v11.5.0
+Fri, 02 Jul 2021 01:33:15 +0000
diff --git a/finger/pgpkey b/finger/pgpkey
index 4c751313..3aa2c35e 100644
--- a/finger/pgpkey
+++ b/finger/pgpkey
@@ -9,4 +9,3 @@ uid [ultimate] Thomas Ryder <tej.ryder@gmail.com>
sub rsa4096 2013-03-12 [E] [expires: 2022-06-30]
sub rsa4096 2013-03-12 [S] [expires: 2022-06-30]
sub rsa4096 2019-08-06 [A] [expires: 2022-06-30]
-
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