X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/6960aa993383fb56addd85e26046c99fa60ace65..b056f5c4e8a2217aa80dc629c7e32ad3eaa02805:/setup?ds=sidebyside diff --git a/setup b/setup index 00b7a41..25e9dd3 100755 --- a/setup +++ b/setup @@ -68,9 +68,7 @@ fi echo "Installing useful scripts..." scripts=" - lesspipe.sh start-ssh-agent svnwrap movemail-hack" -[ "$xstuff" ] && scripts="$scripts - xrun" + lesspipe.sh start-ssh-agent svnwrap" for script in $scripts; do $echon " $script:$echoc" found= @@ -95,12 +93,11 @@ echo " all done." ### Install some more complicated programs echo "Installing packages..." systems=" - mLib:2.0.3:mLib-config + mlib:2.0.4:crc-mktab chkpath:1.1.0:tmpdir " [ "$xstuff" ] && systems="$systems - mgLib:1.1.0:mgLib-config - xtoys:1.3.0:xscsize + xtoys:1.4.0:xatom " for system in $systems; do set -- $(echo $system | tr : ' ') @@ -147,6 +144,8 @@ dotfiles=" vimrc mg mailrc signature gitconfig cgrc tigrc + gdbinit + guile lisp-init.lisp:.cmucl-init.lisp lisp-init.lisp:.sbclrc lisp-init.lisp:.clisprc.lisp @@ -178,7 +177,13 @@ echo " all done." ### Install useful scripts included in this package scripts=" - mdw-editor" + mdw-editor + mdw-conf + movemail-hack + emerge-hack" +[ "$xstuff" ] && scripts="$scripts + xrun + xshutdown" echo "Installing scripts..." mkdir -p $HOME$sub/bin for s in $scripts; do