Skip to content

Latest commit

 

History

History
90 lines (77 loc) · 2.34 KB

readme.md

File metadata and controls

90 lines (77 loc) · 2.34 KB

dotfiles

License: CC0-1.0 Build Status

Overview

There are descriptions about vim and zsh, tmux settings.

Requirements

Options

Tree

.
├── 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

Installation

git clone https://github.com/mnrn/dotfiles
cd dotfiles
python links.py

Neovim symlink can be run like so..

python links.py --with-neovim