X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/e603f932673f2ed660e60ca479a8e2ae8b31ee21..e3f433a2b001f9d1d3adb470c9fe49d72b010452:/setup?ds=sidebyside diff --git a/setup b/setup index da71b34..da1d071 100755 --- a/setup +++ b/setup @@ -129,8 +129,8 @@ fi ## Symlink the various dotfiles into place dotfiles=" bash_profile bash_logout bashrc inputrc bash_completion - emacs emacs-calc vm - vimrc mg + emacs emacs-calc vm gnus.el + vimrc mg zile mailrc signature cgrc tigrc gdbinit @@ -141,6 +141,7 @@ dotfiles=" lisp-init.lisp:.sbclrc lisp-init.lisp:.clisprc.lisp lisp-init.lisp:.eclrc + swank.lisp dircolors colordiffrc screenrc cvsrc indent.pro" [ "$xstuff" ] && dotfiles="$dotfiles xinitrc xsession Xdefaults vncrc vncsession @@ -187,6 +188,7 @@ echo " done." scripts=" mdw-editor mdw-conf + mdw-build movemail-hack emerge-hack lesspipe.sh @@ -228,6 +230,7 @@ echo "Installing Emacs packages..." emacspkg=" make-regexp ew-hols + mdw-gnus-patch git git-blame vc-git stgit quilt" for elib in $emacspkg; do @@ -240,8 +243,12 @@ for elib in $emacspkg; do (error 1))))'; then echo " already installed." else - $echon " downloading$echoc" - $GETURL $HOME$sub/lib/emacs/$elib.el $REPO/$elib.el + if [ -f $elib.el ]; then + cp $elib.el $HOME$sub/lib/emacs/$elib.el + else + $echon " downloading$echoc" + $GETURL $HOME$sub/lib/emacs/$elib.el $REPO/$elib.el + fi $echon " compiling$echoc" (cd $HOME$sub/lib/emacs; $emacs >/dev/null 2>&1 --no-site-file --batch \