about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-09-15T15·50-0400
committerWilliam Carroll <wpcarro@gmail.com>2017-09-15T15·50-0400
commit1f4006c72d128758bdce7265fba1c05e68b777ac (patch)
tree90088e5328b050f62f5ad0c6024f13a81fdf092b /README.md
parent31b1954e982b0e3b37c9c73580f25047fe372f46 (diff)
Add tmux powerline
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7ecf70c3d8..0bb63192de 100644
--- a/README.md
+++ b/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)