Skip to content

A bash shell script for automating and customising the appearance of the GNOME desktop on Debian based distros

License

Notifications You must be signed in to change notification settings

bradsec/debgnome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

debgnome.sh

A bash shell script for automating and customising the appearance of the GNOME desktop on Debian based distros.

debgnome

USAGE

Option 1. Run with default selection of extensions

Use the wget or curl command lines shown below for quick setup.

bash -c "$(wget -qO- https://raw.githubusercontent.com/bradsec/debgnome/main/debgnome.sh)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/bradsec/debgnome/main/debgnome.sh)"

Option 2. Clone, modify or customise extensions and run locally.

(Optional) You can edit and modify script to suit using this method.

Edit the main() function and specify the GNOME extensions you want installed.

git clone https://github.com/debgnome.git
# Running after cloning repo 
cd debgnome
bash debgnome.sh
# Alternatively make executable
cd debgnome
chmod +x debgnome.sh
./debgnome.sh

About

A bash shell script for automating and customising the appearance of the GNOME desktop on Debian based distros

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages