diff --git a/README.md b/README.md new file mode 100644 index 0000000..4047241 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Gruvbox color theme configuration for Tmux + +Theme with 'retro groove' flavor for [Tmux][github-tmux], based on Pavel Pertsev's [gruvbox colorscheme][github-grovbox] and inspired by work of [Gordon Chiam](https://gist.github.com/gchiam/4606522f513cc64b79ce). + + + + +## Installation +The simple way is just: + +> HINT: Always make a backup of your config files. + +```bash +cat tmux-grovbox-dark.conf >> ~/.tmux.conf +``` + +## License +GPLv3 - Maciej Sypień + +[github-tmux]: https://github.com/tmux/tmux +[github-grovbox]: https://github.com/morhetz/gruvbox +