aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-05-02 14:32:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-05-02 14:32:12 +1200
commitb8edd5536e9f824d75ac44bb57058b656e351535 (patch)
treedb785b79565667dd51b4135d87904accf7b20d05 /README.markdown
parentRemove redundant export call for PATH (diff)
downloaddotfiles-b8edd5536e9f824d75ac44bb57058b656e351535.tar.gz
dotfiles-b8edd5536e9f824d75ac44bb57058b656e351535.zip
Add scatter(1), shoal(1), and shock(1)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index efdc2148..303d5a95 100644
--- a/README.markdown
+++ b/README.markdown
@@ -48,6 +48,8 @@ Configuration is included for:
* [X11](http://www.x.org/wiki/) — Windowing system with network transparency
for Unix
+Also included are a few scripts for `~/.local/bin`, and their `man(1)` pages.
+
The configurations for Bash, Mutt, tmux, and Vim are the most expansive and
most likely to be of interest. The configuration for GnuPG is tweaked to follow
[RiseUp’s OpenPGP best
@@ -88,6 +90,9 @@ The remaining dotfiles can be installed with the other targets:
* `install-wyrd`
* `install-x`
+The miscellaneous `bin` scripts and their manuals can be installed with
+`install-bin` and `install-man` respectively.
+
Shell
-----
@@ -256,6 +261,20 @@ The configuration is extensively commented, mostly because I was reading
through it one day and realised I’d forgotten what half of it did. Plugins are
loaded using @tpope’s [pathogen.vim](https://github.com/tpope/vim-pathogen).
+Scripts
+-------
+
+Three SSH-related scripts and their manuals are included:
+
+* `scatter(1)` -- Run command on multiple hosts read from `shoal(1)` and
+ print output
+* `shock(1)` -- Run command on multiple hosts read from `shoal(1)` and print
+ the hostname if the command returns zero
+* `shoal(1)` -- Print hostnames read from a `ssh_config(5)` file
+
+If you want to use the manuals, you may need to add `~/.local/share/man` to
+your `/etc/manpath` configuration, depending on your system.
+
License
-------