Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christitustech/top-5-bootloader-themes
Bash script to automatically change GRUB to listed themes
https://github.com/christitustech/top-5-bootloader-themes
Last synced: 5 days ago
JSON representation
Bash script to automatically change GRUB to listed themes
- Host: GitHub
- URL: https://github.com/christitustech/top-5-bootloader-themes
- Owner: ChrisTitusTech
- License: mit
- Created: 2021-03-01T22:27:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T20:03:32.000Z (2 months ago)
- Last Synced: 2024-12-13T21:08:53.833Z (12 days ago)
- Language: Shell
- Homepage: https://christitus.com/bootloader-themes/
- Size: 6.76 MB
- Stars: 172
- Watchers: 7
- Forks: 58
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![GH language](https://img.shields.io/github/languages/top/ChrisTitusTech/Top-5-Bootloader-Themes)
![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)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://github.com/ChrisTitusTech/Top-5-Bootloader-Themes
$ cd Top-5-Bootloader-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" <[email protected]> & "Matthias Morin" <[email protected]>
[![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.