There are descriptions about vim and zsh, tmux settings.
.
├── LICENSE
├── links.py
├── readme.md
├── tmux
│ ├── common
│ │ ├── basics.conf
│ │ └── plugins.conf
│ ├── linux
│ │ └── options.conf
│ └── macosx
│ └── options.conf
├── vim
│ ├── basics.vim
│ ├── dein.vim
│ ├── keymaps.vim
│ ├── langs.vim
│ └── powerline.vim
└── zsh
├── env
│ ├── linux
│ │ ├── apis.zsh
│ │ ├── basiclangs.zsh
│ │ ├── options.zsh
│ │ ├── otherlangs.zsh
│ │ └── tools.zsh
│ └── macosx
│ ├── basiclangs.zsh
│ ├── brew.zsh
│ ├── db.zsh
│ ├── options.zsh
│ └── tools.zsh
└── rc
├── basics.zsh
├── oh_my_zsh.zsh
├── peco.zsh
├── powerline.zsh
├── tmux.zsh
├── tools.zsh
└── travis.zsh
git clone https://github.com/mnrn/dotfiles
cd dotfiles
python links.py
Neovim symlink can be run like so..
python links.py --with-neovim