Skip to content

andostronaut/tmux-config

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