diff options
author | Alan Pearce | 2019-10-16 19:45:29 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-16 19:45:29 +0200 |
commit | 2666d51f1c806ab4df918fcfc644e62a1c5fddc7 (patch) | |
tree | 4e63783a14e0c7e7b2aa8b70cac22c773a5dcc56 /user | |
parent | e7ee14c9b2d22379e43e3ab781b8fd9f519dcd16 (diff) | |
download | nixfiles-2666d51f1c806ab4df918fcfc644e62a1c5fddc7.tar.lz nixfiles-2666d51f1c806ab4df918fcfc644e62a1c5fddc7.tar.zst nixfiles-2666d51f1c806ab4df918fcfc644e62a1c5fddc7.zip |
Update user README
Diffstat (limited to 'user')
-rw-r--r-- | user/README.org | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/user/README.org b/user/README.org index 02a3a1f7..ed5c8df2 100644 --- a/user/README.org +++ b/user/README.org @@ -4,8 +4,8 @@ I've organised this repository with [[https://rycee.gitlab.io/home-manager/][Hom Shell]] and [[http://emacs.sexy][Emacs]]. It doesn't use any configuration frameworks, just packages installed -via package managers. For Z shell I use [[https://github.com/zdharma/zplugin][zplugin]] and for Emacs I use the -built-in package.el via [[https://github.com/jwiegley/use-package][use-package]]. +via package managers. For Emacs I use the built-in package.el via +[[https://github.com/jwiegley/use-package][use-package]]. It should work on: - Linux @@ -13,14 +13,5 @@ It should work on: ** Installation -1. If migrating from a stow version, run =migrate.sh=. -2. Run =install.sh=. - -*** Z Shell - -My zsh configuration uses [[https://github.com/zdharma/zplugin][zplugin]]. I've included a setup script: - -#+BEGIN_SRC sh :exports code -./zsh/config/zsh/setup.sh -#+END_SRC +1. Run =install.sh=. |