94 lines
3.3 KiB
Markdown
94 lines
3.3 KiB
Markdown

|
|

|
|

|
|

|
|

|
|
|
|
ChrisTitusTech Top 5 Bootloader Themes
|
|
======================================
|
|
|
|
Install Bootloader Themes with ease.
|
|
|
|
- Chris Titus Tech Channel : [https://www.youtube.com/@christitustech](https://www.youtube.com/@christitustech)
|
|
- 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://git.k4li.de/pika/grub-themes
|
|
$ cd grub-themes
|
|
$ sudo ./install.sh
|
|
```
|
|
|
|
💻 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.
|