Skip to content

johdasgran/mr-robot-theme

Repository files navigation

Mr Robot GRUB theme 🤖🔥

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

🔧 Installation

1️⃣ 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

2️⃣ 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