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

https://github.com/drudge/dotzsh

My current ZSH configuration
https://github.com/drudge/dotzsh

Last synced: over 1 year ago
JSON representation

My current ZSH configuration

Awesome Lists containing this project

README

          

# This project has been merged into my [dotfiles](http://github.com/drudge/dotfiles) repository and is no longer being maintained.

# drudge’s ZSH Config

## Installation

### Using Git

You can clone the repository wherever you want, I recommend ~/.zsh.

```bash
cd ~ && git clone https://github.com/drudge/dotzsh.git ~/.zsh && ln -s ~/.zsh/config ~/.zshrc
```

## Useful

The ZSH [reference card](http://www.bash2zsh.com/zsh_refcard/refcard.pdf) is a pretty good start for tips.

## Feedback

Suggestions/improvements are [welcome](https://github.com/drudge/dotzsh/issues)