X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/feff53b4914dbb8b4eca4d25e589933923c65622..f4e43257fd5b724d48f6451ab6b88a00b379b606:/setup diff --git a/setup b/setup index 79a6f34..93ff48e 100755 --- a/setup +++ b/setup @@ -130,7 +130,7 @@ fi dotfiles=" bash_profile bash_logout bashrc inputrc bash_completion emacs emacs-calc vm gnus.el - vimrc mg + vimrc mg zile mailrc signature cgrc tigrc gdbinit @@ -150,9 +150,7 @@ dotfiles=" eterm-theme.cfg:.Eterm/themes/Eterm/theme.cfg e-keybindings.cfg:.enlightenment/keybindings.cfg evnc-keybindings.cfg:.enlightenment-vnc/keybindings.cfg - e16-bindings:.e16/bindings.cfg - jue-peek.jpg:.enlightenment/backgrounds/jue-peek.jpg - jue-peek.jpg:.e16/backgrounds/jue-peek.jpg" + e16-bindings:.e16/bindings.cfg" echo "Installing dotfiles..." for d in $dotfiles; do target=.$d @@ -168,6 +166,23 @@ for d in $dotfiles; do done echo " all done." +## Symlink backgrounds. +backgrounds="jue-peek.jpg medusa.jpg rayne.jpg" +if [ "$xstuff" ]; then + echo "Installing backgrounds..." + for b in $backgrounds; do + for e in enlightenment e16; do + dir=$HOME$sub/.$e/backgrounds + t=$dir/$b + mkdir -p $dir + ln -s $here/$b $t.new + mv $t.new $t + done + echo " $b" + done + echo " all done." +fi + ###-------------------------------------------------------------------------- ### Process the Git configuration. @@ -187,6 +202,7 @@ echo " done." scripts=" mdw-editor + mdw-pager mdw-conf mdw-build movemail-hack @@ -197,6 +213,7 @@ scripts=" hyperspec" [ "$xstuff" ] && scripts="$scripts xinitcmd + un-backslashify-selection xshutdown" echo "Installing scripts..." mkdir -p $HOME$sub/bin