X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/54896c4f185b5a2e52dd6026ab049d31a9ce2ad8..5960377632e6f0b4e0e48778b598ba73059acaeb:/setup diff --git a/setup b/setup index 76b95db..97be971 100755 --- a/setup +++ b/setup @@ -131,10 +131,12 @@ dotfiles=" bash_profile bash_logout bashrc inputrc bash_completion emacs emacs-calc vm gnus.el ercrc.el vimrc mg zile + ditz-config mailrc signature cgrc tigrc gdbinit guile + rcrc toprc aspell.conf lisp-init.lisp:.cmucl-init.lisp @@ -227,6 +229,7 @@ scripts=" mdw-build emacsclient-hack movemail-hack + sendmail-hack aspell-hack emerge-hack lesspipe.sh @@ -248,6 +251,19 @@ for s in $scripts; do done echo " all done." +hacks=" + ssh:ssh" +echo "Installing hacks..." +for h in $hacks; do + d=${h%%:*} h=${h#*:} + ft=$HOME$sub/bin/hacks/$d + mkdir -p $ft + ln -s $here/hacks/$h $ft/$h.new + mv $ft/$h.new $ft/$h + echo " $d:$h" +done +echo " all done." + ###-------------------------------------------------------------------------- ### Set up the Emacs config.