This file contains hidden or 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
| set :user, 'vagrant' | |
| set :run_method, :sudo | |
| role :app, '33.33.33.10' | |
| ssh_options[:keys] = `vagrant ssh_config | grep IdentityFile`.split.last |
This file contains hidden or 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
| MacVim + latexmk + Skim workflow: | |
| MacVim http://code.google.com/p/macvim/ | |
| Latexmk http://www.phys.psu.edu/~collins/software/latexmk-jcc/ | |
| Skim.app http://skim-app.sourceforge.net/ | |
| Open the texfile in macvim: | |
| $ mvim <file>.tex | |
| Watch tex file with latexmk (see also ~/.dotfiles/latexmkrc): | |
| $ latexmk -pdf -pvc <file>.tex |
This file contains hidden or 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
| if has('gui_macvim') | |
| set showtabline=2 " タブを常に表示 | |
| set imdisable " IMを無効化 | |
| set transparency=10 " 透明度を指定 | |
| set antialias | |
| set guifont=Monaco:h14 | |
| colorscheme macvim | |
| endif |
This file contains hidden or 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
| " gui settings | |
| set noanti guifont=Monaco:h10 | |
| set transparency=0 | |
| colorscheme macvim | |
| set background=dark | |
| " no toolbar in guimode | |
| set guioptions-=T | |
| if has("gui_macvim") |
NewerOlder