X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/c035e794d622d7074c8fa94e18cb5ddfea7c36a1..98ed7cc2ba10a33b2ed9ff360579bb661d892660:/setup diff --git a/setup b/setup index 499841e..5081807 100755 --- a/setup +++ b/setup @@ -129,12 +129,14 @@ fi ## Symlink the various dotfiles into place dotfiles=" bash_profile bash_logout bashrc inputrc bash_completion - emacs emacs-calc vm gnus.el + 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 @@ -248,6 +250,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.