This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
√ Zephyros (window manager) needs universal access: | |
http://www.tekrevue.com/2013/06/25/how-to-enable-access-for-assistive-devices-in-os-x-mavericks/ | |
√ gcc can’t find stdio.h (& similar) - /usr/include got blown away | |
xcode-select --install | |
see https://github.com/mxcl/homebrew/issues/20427 | |
√ java install got blown away & replaced with a stub that says to download java | |
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Name: focus.vim | |
" Author: Alan MacDougall <[email protected]> | |
" License: Public Domain | |
" | |
" Focus on a single column of text, showing it in a distraction-free format. | |
" Save this as ~/.vim/scripts/focus.vim (or whatever you please), and invoke | |
" it with :source <filename>. Of course, you could certainly hook that up to a | |
" :command, or a macro, or a Vimscript function... | |
" collapse current splits and divide screen in three |