From 5d809dd73d3cf5a8d29a82b75b885f03bd7cbc84 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Sun, 7 Mar 2021 23:19:26 +0200 Subject: [PATCH 1/4] docs: Add logo of bash-it to readme --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 4a6e2340..13c0085f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,5 @@ -# Bash-it +![logo](https://github.com/Bash-it/media/raw/master/media/Bash-it.png) + ![Build Status](https://github.com/Bash-it/bash-it/workflows/CI/badge.svg?branch=master) ![Docs Status](https://readthedocs.org/projects/bash-it/badge/) [![Join the chat at https://webchat.freenode.net/?channel=#bash-it](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://webchat.freenode.net/?channel=#bash-it) From 80f143c90b147502be8ce126c92def30373a903d Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Mon, 5 Apr 2021 23:08:44 +0300 Subject: [PATCH 2/4] docs: Add nice badges to readme --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 13c0085f..2b40b639 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,8 @@ ![Build Status](https://github.com/Bash-it/bash-it/workflows/CI/badge.svg?branch=master) ![Docs Status](https://readthedocs.org/projects/bash-it/badge/) +![License](https://img.shields.io/github/license/Bash-it/bash-it) +![shell](https://img.shields.io/badge/Shell-Bash-blue) [![Join the chat at https://webchat.freenode.net/?channel=#bash-it](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://webchat.freenode.net/?channel=#bash-it) **Bash-it** is a collection of community Bash commands and scripts for Bash 3.2+. From c7f125a85d0b17d6b69466e180aa52ade75b8530 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Tue, 6 Apr 2021 20:56:28 +0300 Subject: [PATCH 3/4] docs: Improve readme readability --- docs/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 2b40b639..fe18c80e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -42,7 +42,8 @@ Stop polluting your `~/bin` directory and your `.bashrc` file, fork/clone Bash-i ``git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it`` 2) Run ``~/.bash_it/install.sh`` -Thats it! :smiley: +That's it! :smiley: + You can check out more components of Bash-it, and customize it to your desire. For more information, see detailed instructions [here](https://bash-it.readthedocs.io/en/latest/installation/). @@ -56,10 +57,8 @@ please feel free to read through this page if you're interested in how Bash-it l ## Contributors -* [List of contributors][contribute] +[List of contributors](https://github.com/Bash-it/bash-it/contributors) ## License Bash-it is licensed under the [MIT License](https://github.com/Bash-it/bash-it/blob/master/LICENSE). - -[contribute]: https://github.com/Bash-it/bash-it/contributors From 2201f6658b311ecebd7f976fdd20fabfaa4dfedc Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Tue, 6 Apr 2021 20:59:08 +0300 Subject: [PATCH 4/4] Add 2021 to license --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index f156b04a..25b6d7fb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Bash-it +Copyright (c) 2020-2021 Bash-it Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal