X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=README.md;h=860acd9146aab3f990547a5cf8fcd050cd63e904;hb=b84abe4590bfdc002f131cc183caec0316861942;hp=2be7c82fdf142f762387ac813f60d6267ad633ed;hpb=bb639f5bd9b83570364b8a48518fa2f7fac767cb;p=admone.git diff --git a/README.md b/README.md index 2be7c82..860acd9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,31 @@ # admone +A tolerable Zsh prompt -A tolerable ZSH prompt \ No newline at end of file +![Screenshot](branding/screenshot.png) + +## Installation +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 + +## My design requirements + - No dependency on OhMyZSH + - Quick to load + - 2 lines + - Git integration + - Easily extensible + - Bracketed sections + - Vi-mode integration + +## Name +``` +admon.e V 2 1 PRES ACTIVE IMP 2 S +admoneo, admonere, admonui, admonitus V (2nd) TRANS [XXXAO] +admonish, remind, prompt; suggest, advise, raise; persuade, urge; warn, caution +``` + +## License +Admone is MIT licensed by [Armaan Bhojwani](https://armaanb.net), [email](mailto:code@armaanb.net) + +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)