This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
help-center-docs/software/powerline-shell-prompt/en.md

25 lines
814 B
Markdown
Raw Normal View History

2017-02-26 21:30:46 +00:00
+++
title = "Powerline Shell Prompt"
2017-07-22 13:56:48 +00:00
lastmod = "2017-05-14T10:49:10+03:00"
2017-02-26 21:30:46 +00:00
+++
# Powerline Shell Prompt
[Powerline](https://github.com/powerline) is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
## Installation
Powerline has two components, the plugin system itself ([powerline](https://dev.solus-project.com/source/powerline/)) and the
fonts ([powerline-fonts](https://dev.solus-project.com/source/powerline-fonts/)). Both are available in the Software Center or via eopkg in a terminal:
``` bash
sudo eopkg it powerline powerline-fonts
```
## Shell Setup
Note: this is setup per-user.
``` bash
echo "source /usr/lib/python2.7/site-packages/powerline/bindings/bash/powerline.sh" >> ~/.bashrc
```