Skip to content

mnrn/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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