The main requirements for the Linux Terminal to be used are Gnome Terminal, Pantheon Terminal, Tilix and XFCE4 Terminal.

I. Installation

  1. Pre-Install in ubuntu:

    sudo apt-get install dconf-cli uuid-runtime
    
  2. Terminal with Bash:

    bash -c  "$(wget -qO- https://git.io/vQgMr)"
    
  3. Choose the number of color schemes:

    
                          █████████                    █████                          
                        ███     ███                    ███                           
                        ███           ██████   ███████  ███████                       
                        ███          ███  ███ ███  ███  ███  ███                      
                        ███    █████ ███  ███ ███  ███  ███  ███                      
                        ███    ███  ███  ███ ███  ███  ███  ███                      
                          █████████   ██████   ███████ ████ █████                     
          ████████████████████████████████████████████████████████████████████████    
          ████████████████████████████████████████████████████████████████████████    
          ████████████████████████████████████████████████████████████████████████    
          ████████████████████████████████████████████████████████████████████████    
          ████████████████████████████████████████████████████████████████████████    
          ████████████████████████████████████████████████████████████████████████
      Themes:
          ( 01 ) 3024 Day
          ( 02 ) 3024 Night
          ( 03 ) Aci
          ( 04 ) Aco
          ( 05 ) Adventuretime
    
          ...
          ...    
    
  4. select the theme that we have downloaded by Edit -> Preferences -> Profiles -> Name of downloaded theme.

  5. All themes can be viewed at https://mayccoll.github.io/Gogh/.

II. Problem

If you get error like this:

bash: line 655: read: `/apps/gnome-terminal/profiles/default_profile': not a valid identifier
environment: line 402: --get: command not found
environment: line 411: --get: command not found
environment: line 222: : command not found
environment: line 222: : command not found
environment: line 205: : command not found
environment: line 205: : command not found
environment: line 205: : command not found
environment: line 205: : command not found
environment: line 205: : command not found
environment: line 205: : command not found
environment: line 205: : command not found
environment: line 205: : command not found
environment: line 205: : command not found

The solutions are:

  1. Create new profile with name as Default.
  2. Restart Terminal and make sure The Default still int the list of Profile.
  3. Run The Gogh Script again.

III. Bibliography