The configuration of tmux
git-clone https://github.com/kilaterlee/tmux-configure.git
bash install.sh
- If you are freshman, you should search how to use the tmux.
- The tmux.conf modify some hotkey, it different from the tmux original hotkey. You can modify this file and configure it to fit your own hotkey.
- The tmuxen open four tabs for tmux default, modify it to add and delete the number of default tabs. It default install location: /usr/local/bin/tmuxen
This configure needs some Monospaced fonts;
URL: https://github.com/kilaterlee/Monospaced-fonts-for-tmux
You can select the theme in the tmux.conf. For example, if you would like the green theme, open the green theme:
#source-file "${HOME}/./powerline/double/blue.tmuxtheme"
#source-file "${HOME}/./powerline/double/cyan.tmuxtheme"
source-file "${HOME}/./powerline/double/green.tmuxtheme"
#source-file "${HOME}/./powerline/double/red.tmuxtheme"
#source-file "${HOME}/./powerline/double/magenta.tmuxtheme"
#source-file "${HOME}/./powerline/double/orange.tmuxtheme"
#source-file "${HOME}/./powerline/double/yellow.tmuxtheme"