diff --git a/.ssh/config b/.ssh/config index 1908e51..032ea82 100755 --- a/.ssh/config +++ b/.ssh/config @@ -5,6 +5,7 @@ Host pete Host ymca HostName corryymca.ignorelist.com User stev + IdentityFile ~/.ssh/ymca_rsa Host github.com Hostname ssh.github.com Port 443 @@ -14,7 +15,7 @@ Host flfire HostName flfire.ignorelist.com User stev IdentityFile ~/.ssh/flfire_rsa -Host chip +Host stev Hostname cpe-66-24-240-10.stny.res.rr.com - User chip - IdentityFile ~/.ssh/personal_rsa + User stev + IdentityFile ~/.ssh/id_rsa diff --git a/vim/.vimrc b/vim/.vimrc index fe61411..f1c2625 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -20,6 +20,11 @@ Plug 'ajh17/VimCompletesMe' "Plug 'ctrlpvim/ctrlp.vim' Plug 'mhinz/vim-startify' Plug 'vim-syntastic/syntastic' +Plug 'airblade/vim-gitgutter' +Plug 'easymotion/vim-easymotion' +Plug 'tpope/vim-vinegar' +Plug 'tpope/vim-surround' +Plug 'tpope/vim-fugitive' " All of your Plugins must be added before the following line call plug#end()