aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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
+```