Also change git editor to vim, and try to install ack with RUNME script.
@@ -28,3 +28,6 @@
[submodule "zsh/oh-my-zsh"]
path = zsh/oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
+[submodule "vim/bundle/ackmore"]
+ path = vim/bundle/ackmore
+ url = git://github.com/jordansissel/vim-ackmore.git
@@ -36,4 +36,6 @@ git submodule update
git config --global color.ui true
# Ack for this user (perl 5.8.8 or higher on system)
-# curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 !#:3
+# Curl may need to have proxy settings
+mkdir -p ~/bin
+curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 !#:3
@@ -0,0 +1 @@
+Subproject commit 62c6f93f5fec2da9ae86a6d3f821640ba2edbf9e