Good old Powerline
Powerline is a status line plugin for vim
, and provides status line and prompts for several other applications, including zsh
, bash
, tmux
, IPython, Awesome and Qtile.
powerline.sh
--- configure powerline forbash
,vim
andtmux
.
wget -O - https://raw.githubusercontent.com/aheimsbakk/notes/master/install-powerline.sh | sudo bash
- Edit
~/.bashrc
vim ~/.bashrc
- Add the script
source powerline.sh
To update/overwrite configuration for bash
, vim
and tmux
run
POWERLINE_OVERWRITE=1 source .bashrc
powerline-other.sh
--- configure powerline forvim
andtmux
with fixes forSSH_AUTH_SOCK
fortmux
powerline-zgo.sh
--- configure powerline forbash
using powerline-go
wget -O - https://raw.githubusercontent.com/aheimsbakk/notes/master/install-powerline-go.sh | sudo bash
- Edit
~/.bashrc
vim ~/.bashrc
- Add the script
source powerline-other.sh source powerline-zgo.sh
To update/overwrite configuration for bash
, vim
and tmux
run
POWERLINE_OVERWRITE=1 source .bashrc
When you start Vim the first time. Install plugins:
:PlugInstall
ht.sh
- turn off and on hyperthreading