My typical linux configs
- .vimrc - is the modified user VIM config from Natasha's https://pyneng.github.io )))
- .bashrc - is the modified user BASH config
before install .bashrc:
- pip3 install virtualenvwrapper + fix the path to virtualenvwrapper.sh
- fix pathes into .bashrc for python
- fix 'workon' environment
- install bash-git-prompt from https://github.com/magicmonty/bash-git-prompt
before install .vimrc:
- install Vundle from https://github.com/VundleVim/Vundle.vim