benman1 / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My dotfiles.

For vim, you might need to install plugin managers plug and Vundle, and other requirements.

curl -fLo ~/.vim/autoload/plug.vim --create-dirs     https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

for deoplete

pip3 install pynvim
pip install msgpack

Matplotlib

Use can specify a filename in the MATPLOTLIBRC shell variable, or load the styles like this:

plt.style.use('.matplotlibrc')

About

My dotfiles


Languages

Language:Vim Script 92.2%Language:Shell 7.8%