aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-04-07 12:37:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-04-07 12:37:32 +1200
commitfd705194e5b1eb2f5c07b196f4be83a74bfe8fa1 (patch)
tree196647897a56de4402fedd0ab52220c18363e0c9 /README.markdown
parentAdd some more comments to README (diff)
downloaddotfiles-fd705194e5b1eb2f5c07b196f4be83a74bfe8fa1.tar.gz
dotfiles-fd705194e5b1eb2f5c07b196f4be83a74bfe8fa1.zip
Install shell types conditionally on $SHELL
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 8a85f048..1b53ae58 100644
--- a/README.markdown
+++ b/README.markdown
@@ -38,7 +38,6 @@ The default `install` target will install these targets and all their
dependencies. Note that you don't actually have to have any of this except `sh`
installed.
-* `install-bash`
* `install-bin`
* `install-bin-man`
* `install-curl`
@@ -46,10 +45,13 @@ installed.
* `install-git`
* `install-gnupg`
* `install-less`
+* `install-login-shell`
* `install-readline`
-* `install-sh`
* `install-vim`
+The `install-login-shell` looks at your `SHELL` environment variable and tries
+to figure out which shell to install, falling back on just plain `install-sh`.
+
The remaining dotfiles can be installed with the other `install-*` targets. Try
`sh bin/mftl.sh Makefile` in the project's root directory to see a list.