3.8 KiB
ChrisTitusTech Top 5 Bootloader Themes
Install Bootloader Themes with ease.
- Chris Titus Channel : https://www.youtube.com/user/homergfunk
- Titus YouTube Video : Bootloader Themes | Install & Configuration
- Full Walkthrough : https://christitus.com/bootloader-themes
🚀 Installation
Simply enter following commands in your terminal :
$ 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)
$ sudo apt-get install --assume-yes git
🏁 Install git (Windows)
Download and install latest version from here git-scm.com
🍎 Install git (OSX)
$ brew install git
🔧 git configuration
Push current branch only if upstream exists
$ git config --global push.default simple
Set vim as git default editor
$ 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 and contribution guidelines before starting to work on any features.
If you want to open an issue, please check first if it was not reported already before creating a new one.
📜 License
Copyrights (c) 2021 "Chris Titus" <contact@christitus.com> & "Matthias Morin" <mat@tangoman.io>
Distributed under the MIT license.
If you like ChrisTitusTech Top 5 Bootloader Themes please star, follow or tweet about it:
... And check my other cool projects.
🙏 Acknowledgements
Checkout more projects from Matthias Morin : https://github.com/TangoMan75
Script created with makefile-generator