X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/7cfa1f1a61478a99cd1c9123b830745459de652f..6006518e876259e718e5bffc4e45a24b8a09d88e:/setup diff --git a/setup b/setup index 48c3afc..856c50b 100755 --- a/setup +++ b/setup @@ -162,6 +162,7 @@ dotfiles=" cgrc tigrc gdbinit guile + aspell.conf lisp-init.lisp:.cmucl-init.lisp lisp-init.lisp:.sbclrc lisp-init.lisp:.clisprc.lisp @@ -198,10 +199,10 @@ echo " all done." echo -n "Installing Git configuration:" sed " 1i\ -### generated by $(pwd)/setup; do not edit!\ +### generated by $here/setup; do not edit!\ /@releasekey@/ s::$(./mdw-conf release-key 481334C2):g -/@gitignore@/ s::$(./mdw-conf gitignore $(pwd)/gitignore):g +/@gitignore@/ s::$(./mdw-conf gitignore $here/gitignore):g " gitconfig >$HOME/.gitconfig.new mv $HOME/.gitconfig.new $HOME/.gitconfig echo " done."