summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAlan Pearce2017-03-20 12:42:46 +0100
committerAlan Pearce2017-03-20 12:42:46 +0100
commit061b7a0149c62f53a75f7f0e8ad63836acf4e334 (patch)
treea267cde00f0f41082ab71e9e5cf9c451f0ba38c2 /README.org
parentf8ec71a117760f22e2573f1a6d072547d6410f21 (diff)
downloadnixfiles-061b7a0149c62f53a75f7f0e8ad63836acf4e334.tar.lz
nixfiles-061b7a0149c62f53a75f7f0e8ad63836acf4e334.tar.zst
nixfiles-061b7a0149c62f53a75f7f0e8ad63836acf4e334.zip
Move zsh install commands to readme
Diffstat (limited to 'README.org')
-rw-r--r--README.org17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.org b/README.org
index b22c80b1..68aaef49 100644
--- a/README.org
+++ b/README.org
@@ -27,3 +27,20 @@ And then to uninstall
 #+BEGIN_SRC sh :exports code
 stow -D emacs
 #+END_SRC
+
+*** Z Shell
+
+My zsh configuration uses [[https://zplug.sh/][zplug]], so that will need to be installed:
+
+#+BEGIN_SRC sh :exports code
+git clone git://github.com/zplug/zplug ~/projects/zplug/
+#+END_SRC
+
+To install the packages:
+
+#+BEGIN_SRC sh :exports code
+zsh -ic "zplug install"
+#+END_SRC
+
+Note that this will log some errors about a pipe, but that's okay.
+zplug is meant to be used in a real interactive shell.