From 8e1fb72e255643b366d5e0b7b78e0230f65ce45f Mon Sep 17 00:00:00 2001 From: Jordi Pakey-Rodriguez Date: Fri, 13 Jan 2017 15:22:37 -0600 Subject: Initial commit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..4153195 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +base16-rofi +=========== + +[Base16](https://github.com/chriskempson/base16) for [rofi](https://github.com/DaveDavenport/rofi) + +### Installation +Add the theme to your `~/.config/rofi/config` +```sh +mkdir ~/.config/rofi +curl https://raw.githubusercontent.com/0xdec/base16-rofi/master/themes/base16-default-dark.config >> ~/.config/rofi/config +``` -- cgit v1.2.3