some dotfile updates

moveTools
Adam Veldhousen 2015-05-15 12:41:33 -05:00
parent 6e6ddad452
commit 32c6747904
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
4 changed files with 6 additions and 9 deletions

View File

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

View File

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

7
.vimrc
View File

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

View File

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