From fd705194e5b1eb2f5c07b196f4be83a74bfe8fa1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 7 Apr 2017 12:37:32 +1200 Subject: Install shell types conditionally on $SHELL --- README.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.markdown') 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. -- cgit v1.2.3