My tmux configuration file
Installation:
- Clone repo:
git clone https://github.com/therivenman/tmux-config.git ~/.tmux
- Install
.tmux.conf
:
ln -s ~/.tmux/tmux.conf ~/.tmux.conf
- Install
powerline
:
sudo apt install powerline
- Install
powerline
config files:
ln -s ~/.tmux/powerline ~/.config/powerline
- Install
netifaces
python package:
This is needed for the ip address in status bar.
pip3 install netifaces