Full rewrite

This commit is contained in:
Matthias Morin 2021-03-08 18:13:24 +01:00
parent cafcc389ce
commit 81cee16d76
15 changed files with 1233 additions and 131 deletions

102
README.md
View file

@ -1,11 +1,97 @@
# Top 5 Bootloader Themes
Installation
![GH language](https://img.shields.io/github/languages/top/ChrisTitusTech/Top-5-Bootloader-Themes)
[![GH tag](https://img.shields.io/github/v/tag/ChrisTitusTech/Top-5-Bootloader-Themes)](https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes/tags)
[![GH release](https://img.shields.io/github/v/release/ChrisTitusTech/Top-5-Bootloader-Themes)](https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes/releases)
![GH license](https://img.shields.io/github/license/ChrisTitusTech/Top-5-Bootloader-Themes)
![GH stars](https://img.shields.io/github/stars/ChrisTitusTech/Top-5-Bootloader-Themes)
![Bash CI](https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes/workflows/bash_unit%20CI/badge.svg)
![Shellcheck CI](https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes/workflows/Shellcheck%20CI/badge.svg)
![visitors](https://visitor-badge.glitch.me/badge?page_id=ChrisTitusTech.Top-5-Bootloader-Themes)
```
git clone https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes
cd Top-5-Bootloader-Themes
sudo ./install.sh
ChrisTitusTech Top 5 Bootloader Themes
======================================
Install Bootloader Themes with ease.
- Chris Titus Tech Channel : [https://www.youtube.com/user/homergfunk](https://www.youtube.com/user/homergfunk)
- Chris Titus Tech YouTube Video : [Bootloader Themes | Install & Configuration](https://www.youtube.com/watch?v=BAyzHP1Cqb0)
- Full Walkthrough : [https://christitus.com/bootloader-themes](https://christitus.com/bootloader-themes)
🚀 Installation
---------------
Simply enter following commands in your terminal :
```bash
$ git clone https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes
$ cd Top-5-Bootloader-Themes
$ sudo ./install.sh
```
Full Walkthrough <https://christitus.com/bootloader-themes>
💻 Dependencies
---------------
**ChrisTitusTech Top 5 Bootloader Themes** requires the following dependencies:
- git
---
### 🔖 git
#### 🐧 Install git (Linux)
```bash
$ sudo apt-get install --assume-yes git
```
#### 🏁 Install git (Windows)
Download and install latest version from here [git-scm.com](https://git-scm.com/download/win)
#### 🍎 Install git (OSX)
```bash
$ brew install git
```
#### 🔧 git configuration
Push current branch only if upstream exists
```bash
$ git config --global push.default simple
```
Set vim as git default editor
```bash
$ git config --global core.editor 'vim'
```
🤝 Contributing
---------------
Thank you for your interest in contributing to **ChrisTitusTech Top 5 Bootloader Themes**.
Please review the [code of conduct](./CODE_OF_CONDUCT.md) and [contribution guidelines](./CONTRIBUTING.md) before starting to work on any features.
If you want to open an issue, please check first if it was not [reported already](https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes/issues) before creating a new one.
📜 License
----------
Copyrights (c) 2021 &quot;Chris Titus&quot; &lt;contact@christitus.com&gt; &amp; &quot;Matthias Morin&quot; &lt;mat@tangoman.io&gt;
[![License](https://img.shields.io/badge/Licence-MIT-green.svg)](LICENSE)
Distributed under the MIT license.
If you like **ChrisTitusTech Top 5 Bootloader Themes** please star, follow or tweet about it:
[![GitHub stars](https://img.shields.io/github/stars/ChrisTitusTech/Top-5-Bootloader-Themes?style=social)](https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes/stargazers)
[![GitHub followers](https://img.shields.io/github/followers/ChrisTitusTech?style=social)](https://github.com/ChrisTitusTech)
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FChrisTitusTech%2FTop-5-Bootloader-Themes)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FChrisTitusTech%2FTop-5-Bootloader-Themes)
🙏 Acknowledgements
-------------------
There is no obligation, but follow me ([TangoMan75](https://github.com/TangoMan75)) on GitHub and star some cool open source projects you like, it helps a lot. Thanks.