Skip to content
/ .tmux Public

Tmux status line in style with easy configs.

Notifications You must be signed in to change notification settings

t2mahesh/.tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

.tmux

Tmux config and status line, easy to use.

Installation

To install, run the following from your terminal: (you may want to backup your existing ~/.tmux.conf first)

$ cd
$ git clone https://github.com/t2mahesh/.tmux.git
$ ln -s -f .tmux/.tmux.conf

Display WAN IP in place of battery

Open .bash_profile or .zshrc or equivalent and put the following:

export MY_WAN_IP=$(curl --max-time 2 -s ip.me)

Asuming you have used .bash_profile

$ source ~/.bash_profile

If the above is not set, it will get set inside wan-ip.sh at each first run.

Open ~/.tmux/.tmux.conf search for battery.sh and replace it with wan-ip.sh. Save and reload tmux.

About

Tmux status line in style with easy configs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages