Full rewrite
This commit is contained in:
parent
cafcc389ce
commit
81cee16d76
15 changed files with 1233 additions and 131 deletions
102
README.md
102
README.md
|
@ -1,11 +1,97 @@
|
|||
# Top 5 Bootloader Themes
|
||||
|
||||
Installation
|
||||

|
||||
[](https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes/tags)
|
||||
[](https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes/releases)
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
```
|
||||
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 "Chris Titus" <contact@christitus.com> & "Matthias Morin" <mat@tangoman.io>
|
||||
|
||||
[](LICENSE)
|
||||
Distributed under the MIT license.
|
||||
|
||||
If you like **ChrisTitusTech Top 5 Bootloader Themes** please star, follow or tweet about it:
|
||||
|
||||
[](https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes/stargazers)
|
||||
[](https://github.com/ChrisTitusTech)
|
||||
[](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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue