Skip to content

kilaterlee/tmux-configure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-configure

The configuration of tmux

How to install

git-clone https://github.com/kilaterlee/tmux-configure.git  
bash install.sh  

How to use the tmuxen

  • 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

About the fonts

This configure needs some Monospaced fonts;
URL: https://github.com/kilaterlee/Monospaced-fonts-for-tmux


Select tmux theme

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"  

About

The configuration of tmux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages