X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/403dc17837643174f2ff25d1ae14a48ae37508c7..ac667d0466f3c297b09b51ce1b7f168ffbe1c774:/setup diff --git a/setup b/setup index 94dc65d..3df6067 100755 --- a/setup +++ b/setup @@ -129,13 +129,16 @@ 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 + mc-ini:.mc/ini mc-panels.ini:.mc/panels.ini aspell.conf lisp-init.lisp:.cmucl-init.lisp lisp-init.lisp:.sbclrc @@ -148,6 +151,7 @@ dotfiles=" fonts.conf stalonetrayrc putty-defaults:.putty/sessions/Default%20Settings + mdw.session:.config/gnome-session/sessions/mdw.session eterm-theme.cfg:.Eterm/themes/Eterm/theme.cfg e-keybindings.cfg:.enlightenment/keybindings.cfg evnc-keybindings.cfg:.enlightenment-vnc/keybindings.cfg @@ -227,6 +231,7 @@ scripts=" mdw-build emacsclient-hack movemail-hack + aspell-hack emerge-hack lesspipe.sh start-ssh-agent @@ -247,6 +252,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.