Skip to content

This repository contains a shell script to automate the installation of my preferred GNOME Shell extensions.

Notifications You must be signed in to change notification settings

glexposito/gnome-extensions-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GNOME Extensions Installation Script

This repository contains a shell script to automate the installation of my preferred GNOME Shell extensions. The script checks if each extension is already installed; if not, it installs and enables the extension. Extensions that are already installed will be skipped, and only newly installed extensions will be enabled.

Script Overview

The install_gnome_extensions.sh script will:

  • Check for each specified GNOME extension.
  • Install any extensions that are not yet present on the system.
  • Enable newly installed extensions.

The script will handle checking, installing, and enabling the following GNOME extensions:

Prerequisites

  • GNOME Shell should be installed.
  • The gnome-extensions CLI tool is required, which will be automatically installed if not already present.

Usage

  1. Download the script: Clone this repository or download install_gnome_extensions.sh directly.
  2. Run script:
    sh install_gnome_extensions.sh
  3. Restart GNOME Shell to apply changes.

About

This repository contains a shell script to automate the installation of my preferred GNOME Shell extensions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages