From 75ca67e7b312ef7dfee67c573decb82d8d95941d Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Tue, 4 Sep 2018 14:47:16 +0200 Subject: [PATCH] update from laptop --- .vimrc | 14 ++++++++++++-- shell/.zshrc_local_t460s | 3 +++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index b65039c..a79ab2f 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,7 @@ set nocompatible " be iMproved, required +set number + + filetype off " required " set the runtime path to include Vundle and initialize @@ -9,16 +12,17 @@ call vundle#begin() " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' - +" Plugin 'zchee/deoplete-jedi' Plugin 'vim-airline/vim-airline' Plugin 'kien/ctrlp.vim' Plugin 'davidhalter/jedi-vim' Plugin 'hublot/vim-gromacs' Plugin 'lervag/vimtex' Plugin 'ibab/vim-snakemake' - +Plugin 'Yggdroot/indentLine' Plugin 'godlygeek/tabular' Plugin 'plasticboy/vim-markdown' +Plugin 'morhetz/gruvbox' let g:vim_markdown_folding_disabled = 1 " All of your Plugins must be added before the following line @@ -37,3 +41,9 @@ filetype plugin indent on " required " Put your non-Plugin stuff after this line " syntax on +set softtabstop=4 + + +colorscheme gruvbox +let g:gruvbox_contrast_dark = 'hard' +set background=dark diff --git a/shell/.zshrc_local_t460s b/shell/.zshrc_local_t460s index c53560a..8a01172 100644 --- a/shell/.zshrc_local_t460s +++ b/shell/.zshrc_local_t460s @@ -3,6 +3,9 @@ source /opt/gromacs-2018.30/bin/GMXRC # wham export PATH="/opt/wham/wham:/opt/wham/wham-2d:${PATH}" # binaries +#anaconda +export PATH="/home/bauer/anaconda3/bin:$PATH" + # python #PYTHONPATH="$PYTHONPATH:/opt/modeller/modlib:/opt/modeller/lib/x86_64-intel8/python3.3" #export PYTHONPATH