Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farolfo/.zshrc
My personal modification to the robbyrussel(oh-my-zsh) theme for the zsh terminal
https://github.com/farolfo/.zshrc
Last synced: 27 days ago
JSON representation
My personal modification to the robbyrussel(oh-my-zsh) theme for the zsh terminal
- Host: GitHub
- URL: https://github.com/farolfo/.zshrc
- Owner: farolfo
- Created: 2013-04-24T13:24:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-01T00:36:24.000Z (over 11 years ago)
- Last Synced: 2024-11-08T02:56:36.876Z (3 months ago)
- Language: VimL
- Homepage:
- Size: 426 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
.zshrc
======My personal modification to the [robbyrussel](https://github.com/robbyrussell/oh-my-zsh) theme for the zsh terminal.
An example
![simple sample](/screen-samples/simple-sample.jpg)
And with a
git
repository![git sample](/screen-samples/git-sample.jpg)
Configuration
-------------I'm using the zsh terminal, customized with [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh). I recommend you to install it with
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
and then set it as your default shell if you want withchsh -s /bin/zsh
I'm also using the [Solarized](http://ethanschoonover.com/solarized) theme, wich I've saved a copy in this repo, with font
Consolata
15pt.
Just import it to the terminal and set it as default if wanted.Besides, I'm using my personal modification to the robbyrussel theme, given in the
farolfo.zsh-theme
file, just copy it into your~/.oh-my-zsh/themes
directory, and modify your.zshrc
file so it will use this theme, by modifing the line:ZSH_THEME="farolfo"
Or you may copy the
.zshrc
file that I provied to your home directory.###Further reading
A very simple and instructive tutorial
>http://net.tutsplus.com/tutorials/tools-and-tips/how-to-customize-your-command-prompt/