Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasqueiroz/powerline-pills-zsh
Custom ZSH theme that simulates pills created using powerline characters.
https://github.com/lucasqueiroz/powerline-pills-zsh
hacktoberfest zsh
Last synced: 6 days ago
JSON representation
Custom ZSH theme that simulates pills created using powerline characters.
- Host: GitHub
- URL: https://github.com/lucasqueiroz/powerline-pills-zsh
- Owner: lucasqueiroz
- Created: 2017-12-27T15:05:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T06:02:02.000Z (about 5 years ago)
- Last Synced: 2024-08-02T08:09:45.798Z (3 months ago)
- Topics: hacktoberfest, zsh
- Language: Ruby
- Homepage:
- Size: 690 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-brasil - Powerline-Pills-ZSH
README
# Powerline Pills theme for ZSH
Custom ZSH theme created in Ruby, using powerline characters to simulate pills with useful information.
This theme is being updated (October 2019). There will be a refactor to improve the quality of the code, reliability and the performance.
## Installation
⚠️ WARNING: If you installed this theme before January 2nd, 2018, you will need to install it again! ⚠️
Ruby (tested with 1.9.3), ZSH and Oh-my-zsh are required for this theme.
This requires a powerline patched font to work properly. I recommend using one of the [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts).
### Automatic
1. Clone this repository:
`git clone https://github.com/lucasqueiroz/powerline-pills-zsh.git`
2. Cd into the folder that you cloned, then into the `install` folder
3. Run the following command to install the theme (Warning: it will change your current zsh theme!)
`./install.zsh`
4. Reload your terminal (or open a new tab)### Manual
1. Clone this repository:
`git clone https://github.com/lucasqueiroz/powerline-pills-zsh.git`
2. Cd into the folder that you cloned
3. Copy the `powerline-pills.zsh-theme` file to your oh-my-zsh's `custom` folder (Usually found in `~/.oh-my-zsh/custom`)
4. Edit the `~/.zshrc` file and set `powerline-pills` as the current theme
5. Add this to the end of the `~/.zshrc` file:
```bash
# Powerline Pills Theme
export POWERLINE_PILLS=""
```
Replacing `` with the folder that you cloned this repository into.## Configuration
The configuration file (`config.yml`) has options for you to customize this theme.
The `left_top`, `right_top` and `left_bottom` configurations under `base` let you configure which pills you want on each part.## Screenshots
![Screenshot](https://github.com/lucasqueiroz/powerline-pills-zsh/blob/master/screenshots/screenshot.png?raw=true)