Skip to main content
  1. Docs/

Tmux

114 words

my tmux config #

Usage #

  1. Clone this repository.
  2. Create .tmux folder in your home directory: mkdir ~/.tmux.
  3. Make symbolic link.
rm -rf ~/.tmux_myplug
# caution! Don't needs slash at last of directory name
ln -s $HOME/Documents/GitHub/dotfiles/tmux/tmux_myplug.sh ~/.tmux_myplug
file ~/.tmux_myplug # check link
  1. Install iceberg-dark

To download, run the following command:

wget -O $HOME/.tmux/iceberg_minimal_with_win_index.tmux.conf \
https://raw.githubusercontent.com/ShortArrow/iceberg-dark/master/.tmux/iceberg_minimal_with_win_index.tmux.conf
  1. Add source commmand

Write this at the end of ~/.tmux.conf.

source ~/.tmux_myplug

For load the settings, restart tmux session, or run command as bellow in current tmux session after <C-b>:.

source ~/.tmux.conf

Reload config #

Way reload tmux_myplug.sh on keep tmux is alive.

source ~/.tmux.conf

Dependencies #