Skip to content

lucasmartinseti/lmtmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Install and config Tmux

Requirements

  • tmux >= 2.4 running inside Linux, Mac, OpenBSD, Cygwin or WSL
  • awk, perl and sed
  • outside of tmux, $TERM must be set to xterm-256color

Install dependencies

macOS
brew install tmux awk perl sed tmux-mem-cpu-load reattach-to-user-namespace
Linux

Install tmux-mem-cpu-load

sudo apt install -y cmake
git clone https://github.com/thewtex/tmux-mem-cpu-load.git ~/tmux-mem-cpu-load
cd ~/tmux-mem-cpu-load
cmake .
make
sudo make install
rm -rf ~/tmux-mem-cpu-load
logout

Install tmux

sudo apt install -y tmux xsel
Install config Tmux
git clone https://gitlab.com/lucasmartinseti/lmtmux.git ~/.config/lmtmux
Install oh-my-tmux
git clone https://github.com/gpakosz/.tmux.git ~/.tmux
ln -s -f ~/.tmux/.tmux.conf ~/.tmux.conf
ln -s -f ~/.config/lmtmux/tmux.conf.local ~/.tmux.conf.local

About

Tmux config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published