]> git.armaanb.net Git - admone.git/blobdiff - README.md
add transient prompt, update license format
[admone.git] / README.md
index 4514f6eb511e231b66ecd23468c2aaa7c2d1a306..860acd9146aab3f990547a5cf8fcd050cd63e904 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
 # admone
-A tolerable ZSH prompt
+A tolerable Zsh prompt
+
+![Screenshot](branding/screenshot.png)
 
 ## Installation
-Source this script somewhere in your ZSHRC. Theoretically works with plugin managers as well, although this is untested
+Source this script somewhere in your Zshrc. Theoretically works with plugin managers as well, although this is untested
 
 ## Configuration
 Configuration is done by modifying the variables set at the start of the script. Just get in there and mess around a bit, its not very difficult to understand
@@ -11,10 +13,10 @@ Configuration is done by modifying the variables set at the start of the script.
   - No dependency on OhMyZSH
   - Quick to load
   - 2 lines
-  - Git intergration
+  - Git integration
   - Easily extensible
   - Bracketed sections
-  - Vi-mode intergration
+  - Vi-mode integration
 
 ## Name
 ```
@@ -24,6 +26,6 @@ admonish, remind, prompt; suggest, advise, raise; persuade, urge; warn, caution
 ```
 
 ## License
-Admone is MIT licensed
+Admone is MIT licensed by [Armaan Bhojwani](https://armaanb.net), [email](mailto:code@armaanb.net)
 
-The code is inspired by [palb91's prompt](https://github.com/palb91/dotfiles/blob/master/zsh/conf.d/00_prompt.zsh) and [this gist by romkatv](https://gist.github.com/romkatv/2a107ef9314f0d5f76563725b42f7cab)
+Code is heavily inspired by [Pierre-AlbĂ©ric TROUPLIN's prompt](https://github.com/palb91/dotfiles/blob/master/zsh/conf.d/00_prompt.zsh), [this gist by romkatv](https://gist.github.com/romkatv/2a107ef9314f0d5f76563725b42f7cab), and [this comment by romkatv](https://github.com/romkatv/powerlevel10k/issues/888#issuecomment-657969840)