all repos — nixfiles @ f81a1a87a6e62912e55b7e1c369acc565afa93cd

System and user configuration, managed by nix and home-manager

Update readme
Alan Pearce alan@alanpearce.uk
Tue, 25 Apr 2017 16:07:58 +0200
commit

f81a1a87a6e62912e55b7e1c369acc565afa93cd

parent

42e6eb4f62d10a09c24299a61cfe1f4ff354dd09

1 files changed, 21 insertions(+), 3 deletions(-)

jump to
M README.orgREADME.org
@@ -7,6 +7,11 @@ It doesn't use any configuration frameworks, just packages installed via package managers.  For Z shell I use [[https://zplug.sh/][zplug]] and for Emacs I use the
 built-in package.el via [[https://github.com/jwiegley/use-package][use-package]].
 
+I've included a wrapper script for =stow= which sets the target
+directory to =$HOME=, instead of =../=.  This allows the repository to
+be cloned anywhere, instead of following the =stow= convention of
+being one level below the target directory.
+
 It should work on:
 - Linux
 - OSX
@@ -15,17 +20,30 @@ - Windows/Ubuntu 
 ** Installation
 
-Installing a set of dotfiles with stow is simple.  For example, with
+Clone the project anywhere, e.g. with =[[https://github.com/motemen/ghq][ghq]]=
+
+#+BEGIN_SRC sh :exports code
+ghq get git://git.alanpearce.eu/dotfiles
+ghq look git.alanpearce.eu/dotfiles
+#+END_SRC
+
+Or just with normal git
+
+#+BEGIN_SRC sh :exports code
+git clone git://git.alanpearce.eu/dotfiles ~/projects/alanpearce-dotfiles
+#+END_SRC
+
+Installing a set of dotfiles with =stow= is simple.  For example, with
 Emacs:
 
 #+BEGIN_SRC sh :exports code
-stow -S emacs
+./stow -S emacs
 #+END_SRC
 
 And then to uninstall
 
 #+BEGIN_SRC sh :exports code
-stow -D emacs
+./stow -D emacs
 #+END_SRC
 
 *** Z Shell