File: README.Debian

package info (click to toggle)
powerline 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,952 kB
  • ctags: 2,315
  • sloc: python: 16,719; sh: 771; ansic: 118; makefile: 62; csh: 60
file content (62 lines) | stat: -rw-r--r-- 1,523 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Powerline for Debian
--------------------

Once installed, a few simple steps are needed to activate Powerline in your
favorite editor and/or shell.

bash
----

Add the following line to your ~/.bashrc file:

  . /usr/share/powerline/bindings/bash/powerline.sh

tmux
----

Add the following lines in your ~/.tmux.conf file:

  source '/usr/share/powerline/bindings/tmux/powerline.conf'

vim
---

Make sure the vim-nox package is installed, and insert the following lines in
your ~/.vimrc file:

  python from powerline.vim import setup as powerline_setup
  python powerline_setup()
  python del powerline_setup

Alternatively, if the vim-addon-manager package is installed, the following
command may be used:

  vim-addons install powerline

zsh
---

Add the following line in your ~/.zshrc file:

  . /usr/share/powerline/bindings/zsh/powerline.zsh

others
------

Powerline also supports other prompts and statuslines. See the documentation in
the python-powerline-doc for the complete list of supported programs and
installation instructions.


Configuration
-------------

The default configuration files for Powerline are located in
/usr/share/powerline/config_files

A user may customize Powerline by copying the contents of this directory into
~/.config/powerline and modifying the JSON-formatted configuration files.

Documentation for the various configuration options is found in the
python-powerline-doc package, at this URL:
file:///usr/share/doc/python-powerline-doc/html/configuration.html#main-configuration