From e7b14a7a5af110393251b31fb8cd7b2caada4bd1 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 1 Feb 2020 09:22:25 +0100 Subject: [PATCH] Update README.md with styler options Updated to reflect new capabilities of `styler` utility. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc63a71..abf8137 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # dotfiles Read-Me and Roadmap ## What's in these dotfiles + * [x] vim configuration for simple programming tasks (especially go/typescript/python/bash) and prose * [x] academic workflow tools, to allow quick citation, pdf compilation, and preview -* [x] simple, efficient polybar with package update notification, and spotify integration +* [x] simple, efficient polybar with package update notification, and spotify (mpris) integration * [x] tmux session management through `tm` and `tl` tools -* [x] quick terminal-wide color management through `sd`/`sD`/`sl`/`sL` commands, allowing two light and dark color-schemes -* [x] many vim color-schemes with quick light/dark switching (`F8`) and theme switch (`+F8`) +* [x] tmux fuzzy-searching of terminal sessions to switch to with hot-key (``) +* [x] system-wide color management (terminals, vim, qutebrowser, polybar, xresources) through `styler` command using [base16](http://chriskempson.com/projects/base16/) themes +* [x] quick theme switching by activating `styler` and fuzzy-searching themes with hot-key (`+F8`) +* [x] many vim color-schemes with quick light/dark switching (`F8`) and individual theme switch (`+F8`) * [x] quick directory jumping using z, with fzf integration * [x] fzf integrations for bibtex citation, vim buffer management, most recently used switching, shell command history, and more