diff options
author | Jordi Pakey-Rodriguez <jordi.orlando@gmail.com> | 2017-01-13 15:22:37 -0600 |
---|---|---|
committer | Jordi Pakey-Rodriguez <jordi.orlando@gmail.com> | 2017-01-13 15:22:37 -0600 |
commit | 8e1fb72e255643b366d5e0b7b78e0230f65ce45f (patch) | |
tree | f57a08edcf98220d1017f1009e4aa90fc6f08815 /README.md |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
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 +``` |