Skip to content

tmux configuration with predefined themes 💅

License

Notifications You must be signed in to change notification settings

andostronaut/tmux-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-config

tmux configuration with predefined themes 💅

List of available themes:

See all available themes

demo

Build

Manual (build.sh)

Give some permission to build.sh script.

chmod +x build.sh

Build the configuration

  • with flag -t to specify the theme
  • with flag -o to specify the output file
./build.sh -t tokyonight -o root

Makefile (make)

Run the following command to build the configuration.

  • with variable THEME to specify the theme
  • with variable OUTPUT to specify the output file
make build THEME=tokyonight OUTPUT=root

Source

tmux source ~/.tmux.conf
tmux source-file ~/.tmux.conf

License

This project is licensed under the MIT License - see the LICENSE file for details