Add tmux powerline
This commit is contained in:
parent
31b1954e98
commit
1f4006c72d
2 changed files with 26 additions and 91 deletions
23
README.md
23
README.md
|
|
@ -182,6 +182,29 @@ $ tic ~/pc_settings/tmux-256color-italic
|
|||
```
|
||||
|
||||
|
||||
### Powerline
|
||||
|
||||
Install Powerline...
|
||||
|
||||
```bash
|
||||
$ pip install powerline-status
|
||||
```
|
||||
|
||||
Install the Powerline fonts...
|
||||
|
||||
```bash
|
||||
$ hub clone 'powerline/fonts'
|
||||
$ cd fonts && ./install.sh && cd ../ && rm -rf fonts
|
||||
```
|
||||
|
||||
Lastly, ensure that the line in `.tmux.conf` that sources the `powerline.conf` is uncommented:
|
||||
|
||||
```
|
||||
run-shell "powerline-daemon -q"
|
||||
source "/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf"
|
||||
```
|
||||
|
||||
|
||||
## Commonly used applications (Mac)
|
||||
* Emacs OS X - text editor
|
||||
* dash - provides quick access to offline documentation (use with Alfred)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue