- Docs/
Tmux
114 words
Table of Contents
my tmux config #
Usage #
- Clone this repository.
- Create
.tmux
folder in your home directory:mkdir ~/.tmux
. - 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
- 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
- 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