Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrick330602/linuxer
Linuxer - An powerful Oh-My-Zsh Theme
https://github.com/patrick330602/linuxer
oh-my-zsh zsh zsh-theme
Last synced: 8 days ago
JSON representation
Linuxer - An powerful Oh-My-Zsh Theme
- Host: GitHub
- URL: https://github.com/patrick330602/linuxer
- Owner: patrick330602
- License: mit
- Created: 2017-02-05T07:02:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T01:51:36.000Z (over 7 years ago)
- Last Synced: 2024-11-19T10:51:09.919Z (2 months ago)
- Topics: oh-my-zsh, zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 2.32 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linuxer series
![screenshot](screenshot.png)
**linuxer** is a powerful Oh-My-Zsh theme inspired by Yaris Alex Gutierrez's classyTouch, Yad Smood's ys, and Bureau theme. It features:
- Current Line of Command
- Current TTY Display
- Current Directory status
- Last Returned Error Code
- Mercurial and Git Status Support
- NVM and RVM Support**linuxer-min** is a lightweight fork of Linuxer. which provide you most simple yet most productive environment.
**linuxer-fancy** is a fancy and beautiful theme based on agnoster keeping all the feature from the linuxer theme.
## Installation
**wget should be installed**
type the following in the terminal:
**for linuxer**
`wget -p https://raw.githubusercontent.com/patrick330602/linuxer/master/linuxer.zsh-theme -O ~/.oh-my-zsh/themes/linuxer.zsh-theme`
**for linuxer-min**
`wget -p https://raw.githubusercontent.com/patrick330602/linuxer/master/linuxer-min.zsh-theme -O ~/.oh-my-zsh/themes/linuxer-min.zsh-theme`
**for linuxer-fancy**
`wget -p https://raw.githubusercontent.com/patrick330602/linuxer/master/linuxer-fancy.zsh-theme -O ~/.oh-my-zsh/themes/linuxer-fancy.zsh-theme`
> If you want to use virtualenv, please insert `export VIRTUAL_ENV_DISABLE_PROMPT=1` into your shell configuration file
## License
The Project is under MIT.