tmux configuration with predefined themes π
List of available themes:
See all available themes
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
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
tmux source ~/.tmux.conf
tmux source-file ~/.tmux.conf
This project is licensed under the MIT License - see the LICENSE file for details