chiark / gitweb /
Merge branch 'master' of vampire:etc/profile
[profile] / setup
diff --git a/setup b/setup
index 5242bd81a6cb93028d9421517e063f4b434e928c..508180726f20ffaafbecdf30d44f449e2f74c4b9 100755 (executable)
--- a/setup
+++ b/setup
@@ -129,8 +129,9 @@ 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
@@ -249,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.