aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-13 00:05:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-13 00:05:55 +1200
commitdccc57abfbfe1ff8717e718f7d6fb93cd82feec9 (patch)
tree14cdb9bc708b62a094492cd1c56d6e05ec3ec9c0
parentBump VERSION (diff)
downloaddotfiles-dccc57abfbfe1ff8717e718f7d6fb93cd82feec9.tar.gz
dotfiles-dccc57abfbfe1ff8717e718f7d6fb93cd82feec9.zip
Update dotfiles(7) manual page
-rw-r--r--man/man7/dotfiles.7df17
1 files changed, 10 insertions, 7 deletions
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index 29ae08b7..8de509f5 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -79,14 +79,14 @@ directory to see a list.
.PP
To keep a set of \f[C]make\f[] targets useful for a specific user or
host, you can list them in a newline\-separated file
-\f[C]~/.local/share/dotfiles.conf\f[], and install using that with the
+\f[C]~/.config/dotfiles/config\f[], and install using that with the
special \f[C]install\-conf\f[] target.
-This can include variable settings, too:
+This can include macro settings for the \f[C]Makefile\f[], too:
.IP
.nf
\f[C]
$\ cd
-$\ cat\ .local/share/dotfiles.conf
+$\ cat\ .config/dotfiles/config
install\-bash
install\-bin
EMAIL=you\@example.com
@@ -399,9 +399,9 @@ The majority of the time I just want to complete paths anyway, and this
makes for a quicker startup without a lot of junk functions in my Bash
namespace.
.PP
-I do make some exceptions with completions defined in
-\f[C]\&.bash_completion.d\f[] files, for things I really do get tired of
-typing repeatedly:
+I do make some exceptions with completions defined in files in
+\f[C]~/.bash_completion.d\f[] for things I really do get tired of typing
+repeatedly:
.IP \[bu] 2
Bash builtins: commands, help topics, shell options, variables, etc.
.IP \[bu] 2
@@ -441,7 +441,7 @@ The files started as a joke (\f[C]exec\ bash\f[]).
.PP
My mail is kept in individual Maildir\-format directories under
\f[C]~/mail\f[], with the system mail spool in e.g.
-\f[C]/var/mail/tejr\f[] being where most unfiltered mail is sent.
+\f[C]/var/mail/tejr\f[] being where most unfiltered new mail is spooled.
I use Getmail (http://pyropus.ca/software/getmail/),
maildrop (https://www.courier-mta.org/maildrop/), and
msmtp (https://marlam.de/msmtp/); the configurations for these are not
@@ -898,6 +898,9 @@ modules in \f[C]~/.plenv/non\-cpan\-modules\f[], and updates them all.
\f[C]pwg(1df)\f[] generates just one decent password with
\f[C]pwgen(1)\f[].
.IP \[bu] 2
+\f[C]qat(1df)\f[] disables \f[C]stty\ echo\f[] for the duration of a
+paste.
+.IP \[bu] 2
\f[C]rep(1df)\f[] repeats a command a given number of times.
.IP \[bu] 2
\f[C]rgl(1df)\f[] is a very crude interactive \f[C]grep(1)\f[] loop.