An open API service indexing awesome lists of open source software.

https://github.com/zddhub/.dotfiles

zddhub's dotfiles
https://github.com/zddhub/.dotfiles

Last synced: 4 months ago
JSON representation

zddhub's dotfiles

Awesome Lists containing this project

README

          

# zddhub's dotfiles

![Screenshot of my shell prompt](http://img.blog.csdn.net/20140830084426429)

## Installation

```bash
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

cd ~ && git clone https://github.com/zddhub/.dotfiles.git && cd .dotfiles && ./bootstrap
```

## Key bindings

* ` = '\'`

### Split

* `\-` - split horizontally
* `\|` - split vertically
* `` - ``
* `` - ``
* `` - ``
* `` - ``

### NERDTree
* `\n` - Open NERDTree

## Go
* `` - auto complete
* `y` - code format
* `f` - import 'fmt'

# zencoding
* `` - auto complete html

## Thanks
* [Jeremy Saenz](http://codegangsta.io) and his [dotfiles repository](https://github.com/codegangsta/dotfiles)