{"id":894,"date":"2015-09-09T06:42:08","date_gmt":"2015-09-09T13:42:08","guid":{"rendered":"http:\/\/blog.ls-al.com\/?p=894"},"modified":"2015-09-09T06:42:08","modified_gmt":"2015-09-09T13:42:08","slug":"powerline-for-your-terminal-on-ubuntu","status":"publish","type":"post","link":"https:\/\/blog.ls-al.com\/powerline-for-your-terminal-on-ubuntu\/","title":{"rendered":"Powerline for your terminal on Ubuntu"},"content":{"rendered":"
I noticed on Fedora it is really easy to enable powerline in your terminal. This article explains it well: http:\/\/fedoramagazine.org\/add-power-terminal-powerline\/<\/p>\n
On Ubuntu 15.04 it looks like powerline is pretty easy to enable although it did not appear like the tmux or vim powerline plugins are available from regular repos. <\/p>\n
Enable powerline in your terminal like this:<\/p>\n
\r\n# apt-get install powerline fonts-powerline\r\n\r\n~ cat .bashrc\r\n[..]\r\nif [ -f `which powerline-daemon` ]; then\r\n powerline-daemon -q\r\n POWERLINE_BASH_CONTINUATION=1\r\n POWERLINE_BASH_SELECT=1\r\n . \/usr\/share\/powerline\/bindings\/bash\/powerline.sh\r\nfi\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"I noticed on Fedora it is really easy to enable powerline in your terminal. This article explains it well: http:\/\/fedoramagazine.org\/add-power-terminal-powerline\/<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,31],"tags":[],"class_list":["post-894","post","type-post","status-publish","format-standard","hentry","category-bash","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/894","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/comments?post=894"}],"version-history":[{"count":0,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/894\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/media?parent=894"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/categories?post=894"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/tags?post=894"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}