From ecd95c2d98fc7eeeeb41775245a983e0e1d45285 Mon Sep 17 00:00:00 2001 From: Adam Lamers Date: Tue, 15 Nov 2016 17:34:09 -0600 Subject: [PATCH] Update README --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 448e585..3351e6a 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ -My personal dotfiles +My dotfiles + +Features: + +Shell (zsh/bash) utility functions such as: +- pubkey +- pwgen +- encrypt +- decrypt +- download_bootstrap +- init_flask +- weather + +Zsh configured for: +- zprezto +- zsh-autosuggestions +- zsh-syntax-highlighting + +My Vim setup designed to work lightweight on servers or heavyweight for personal use. + +- Monokai color scheme +- Some standard sanity settings + +If you install plugins inside vim with `:BundleInstall` you'll get: +- SimpylFold +- VimWiki +- CalendarVim +- ctrlp +- emmet +- vim-surround + +Add plugins to the Vundle config in `vimrc_vundle`