Skip to content

ludwig/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Setting up the vim plugin manager plug.vim

curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

List of python dependencies for some of the installed vim plugins.

pip3 install flake8
pip3 install autopep8

To use integrate tmux copy/paste with the MacOS pasteboard, you'll need the following program

brew install reattach-to-user-namespace