dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit c9fe4903d69e626b72bdc4d7664d2dc9d3443761
parent 946f90dbe16ff739addebbc9d5f2956e0ff2fe7a
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 11 Mar 2017 12:29:45 -0800

Add SF Mono font on Mac

Diffstat:
M.vim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -136,7 +136,7 @@ if &t_Co > 2 || has("gui_running") endif if has("gui_macvim") - set guifont=Menlo:h11 + set guifont=SF\ Mono:h11,Menlo:h11 elseif has("unix") set guifont=Fixed\ 10,Ricty\ 10,Source\ Code\ Pro\ 10,Monospace\ 10 endif