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
- Host: GitHub
- URL: https://github.com/drudge/dotzsh
- Owner: drudge
- Created: 2010-12-29T00:37:25.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-12-19T03:47:17.000Z (over 13 years ago)
- Last Synced: 2025-02-28T04:32:26.598Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 376 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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)