X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/a1c9c51e60f91ee05ef8945a081b66b2413315f6..6ffd44906fd782b7fe21a3d56deeefffdbce8760:/setup diff --git a/setup b/setup index cb59354..a54108c 100755 --- a/setup +++ b/setup @@ -133,7 +133,7 @@ fi dotfiles=" bash_profile bash_logout bashrc inputrc bash_completion emacs emacs-calc vm gnus.el ercrc.el - vimrc mg zile lesskey + vimrc mg zile lesskey sqliterc parallel-config:.parallel/config ipython_config.py:.ipython/profile_default/ipython_config.py ditz-config @@ -164,7 +164,10 @@ 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" + e16-bindings:.e16/bindings.cfg + gtkrc-2.0 + gtk3.css:.config/gtk-3.0/gtk.css + gtk3-settings.ini:.config/gtk-3.0/settings.ini" echo "Installing dotfiles..." for d in $dotfiles; do target=.$d @@ -263,6 +266,7 @@ scripts=" run-with-shell-env start-ssh-agent start-ssh-pageant + add-ssh-keys svnwrap guest-console hyperspec" @@ -300,7 +304,7 @@ echo " all done." $echon "Finding a suitable emacs:$echoc" emacs=no -for i in emacs23 emacs24 emacs22 emacs21 emacs; do +for i in emacs24 emacs23 emacs22 emacs21 emacs; do if type -p >/dev/null $i; then emacs=$i break