mr-robot-theme icon indicating copy to clipboard operation
mr-robot-theme copied to clipboard

Mr Robot GRUB theme 🤖🔥

Mr Robot GRUB theme 🤖🔥

Supported languages: Chinese (simplified), English, French, German, Italian, Norwegian, Portuguese, Russian, Spanish, Turkish, Ukrainian

:wrench: Installation

:one: First installation way

  • Open terminal.

  • Clone this repository

    git clone https://github.com/johdasgran/mr-robot-theme.git
    
  • Change directory to the Mr Robot Theme

    cd mr-robot-theme
    
  • Review install script at ./install.sh

  • Setup the new GRUB

    sudo ./install.sh
    sudo update-grub
    
  • Reboot your PC

:two: Second installation way

  • Easier, less secure way — just download and run install script:

    wget -O - https://github.com/johdasgran/mr-robot-theme/raw/main/install.sh | bash
    
  • Reboot your PC