Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 1.28 KB

README.md

File metadata and controls

78 lines (55 loc) · 1.28 KB

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