some dotfile updates

moveTools
Adam Veldhousen 9 years ago
parent 6e6ddad452
commit 32c6747904
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -15,7 +15,7 @@ if [ -d "/c/Windows" ]; then
else
export FORTUNE=fortune
export ANSIBLE_HOSTS="~/.ansible/hosts"
export GOPATH="$HOME/../Projects/go"
export GOPATH="$HOME/projects/go"
export GOROOT="/usr/local/go"
export GIT_EDITOR=vim
export WINDOWS="FALSE"

@ -140,7 +140,3 @@
signingkey = 415C0B9C
[commit]
gpgsign = true
[credential]
helper = osxkeychain
[init]
templatedir = ~/.git-templates

@ -1,6 +1,5 @@
" change runtime path
set runtimepath=,$VIMRUNTIME,$VIM/vimfiles,~/Tools/vim
let g:ruby_path = ':C:\ruby193\bin'
call pathogen#infect()
@ -257,9 +256,11 @@ function! StripWhitespace()
endfunction
noremap <leader>ss :call StripWhitespace()<CR>
set guifont=Literation\ Mono\ for\ Powerline:h12,Literation_Mono_for_Powerline:h12,Inconsolata\ for\ Powerline:h10,Ubuntu\ Mono:h26,Consolas:h12,Courier:h12
if has('gui_running')
set go =mt
set guifont=Liberation\ Mono\ for\ Powerline:h12,Liberation_Mono_for_Powerline:h12,Inconsolata\ for\ Powerline:h10,Ubuntu\ Mono:h26,Consolas:h12,Courier:h12
"set go =mt
set guifont=Ubuntu\ Mono\ derivative\ Powerline 10,Ubuntu\ Mono\ derivative\ Powerline:h10,Consolas:h12
endif
let g:ruby_path = ':C:\ruby193\bin'

@ -3,5 +3,5 @@ laughing-hipster
My dot files
Clone this into ~/Home
Clone this into ~

Loading…
Cancel
Save