Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topfunky/zsh-simple
A simple zsh configuration and prompt. See the PeepCode blog below for a graphical example.
https://github.com/topfunky/zsh-simple
Last synced: 11 days ago
JSON representation
A simple zsh configuration and prompt. See the PeepCode blog below for a graphical example.
- Host: GitHub
- URL: https://github.com/topfunky/zsh-simple
- Owner: topfunky
- Created: 2012-01-04T01:10:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-21T04:15:00.000Z (over 12 years ago)
- Last Synced: 2024-04-15T14:13:25.683Z (7 months ago)
- Language: Shell
- Homepage: http://peepcode.com/blog/2012/my-command-line-prompt
- Size: 103 KB
- Stars: 68
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Simple ZSH Config
===================A simple configuration for getting started with zsh.
Installation
------------cp .zshrc ~/.zshrc
mkdir -p ~/bin
cp bin/* ~/bin/
chmod +x ~/bin/git-current-branch
chmod +x ~/bin/git-cwd-infoAbout
------------My command line prompt is [explained here.](http://peepcode.com/blog/2012/my-command-line-prompt)
It is, in part, based on the expertise of Ben Hoskings in the [PeepCode Advanced Git Screencast.](http://peepcode.com/products/advanced-git)