X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/ce178f963f16d3921e144e1b8a289d64f6b72d98..6006518e876259e718e5bffc4e45a24b8a09d88e:/setup?ds=sidebyside diff --git a/setup b/setup index 81e5f69..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 @@ -170,6 +171,7 @@ dotfiles=" [ "$xstuff" ] && dotfiles="$dotfiles xinitrc xsession Xdefaults vncrc vncsession putty-defaults:.putty/sessions/Default%20Settings + eterm-theme.cfg:.Eterm/themes/Eterm/theme.cfg e-keybindings.cfg:.enlightenment/keybindings.cfg evnc-keybindings.cfg:.enlightenment-vnc/keybindings.cfg e16-bindings:.e16/bindings.cfg @@ -197,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."