ChrisTitusTech / Top-5-Bootloader-Themes

Bash script to automatically change GRUB to listed themes

Home Page:https://christitus.com/bootloader-themes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GH language GH license GH stars Bash CI Shellcheck CI

ChrisTitusTech Top 5 Bootloader Themes

Install Bootloader Themes with ease.

πŸš€ 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>

License Distributed under the MIT license.

If you like ChrisTitusTech Top 5 Bootloader Themes please star, follow or tweet about it:

GitHub stars GitHub followers Twitter

πŸ™ Acknowledgements

There is no obligation, but follow me (TangoMan75) on GitHub and star some cool open source projects you like, it helps a lot. Thanks.

About

Bash script to automatically change GRUB to listed themes

https://christitus.com/bootloader-themes/

License:MIT License


Languages

Language:Shell 100.0%