Home
| Link | GitHub |
|---|---|
| make-gnome-shell-layout-maccity | GitHub |
Subject
Usage
Quick Start
How to download make-gnome-shell-layout-maccity.sh and run it.
- run
bash <(curl -L https://raw.githubusercontent.com/samwhelp/make-gnome-shell-layout-maccity/refs/heads/main/make-gnome-shell-layout-maccity.sh)
- or run
bash <(wget -q https://raw.githubusercontent.com/samwhelp/make-gnome-shell-layout-maccity/refs/heads/main/make-gnome-shell-layout-maccity.sh -O - )
- or run
bash -c "$(curl -fsSL https://raw.githubusercontent.com/samwhelp/make-gnome-shell-layout-maccity/refs/heads/main/make-gnome-shell-layout-maccity.sh || wget -q https://raw.githubusercontent.com/samwhelp/make-gnome-shell-layout-maccity/refs/heads/main/make-gnome-shell-layout-maccity.sh -O - )"
- or run
bash -c "$(wget -q https://raw.githubusercontent.com/samwhelp/make-gnome-shell-layout-maccity/refs/heads/main/make-gnome-shell-layout-maccity.sh -O - || curl -fsSL https://raw.githubusercontent.com/samwhelp/make-gnome-shell-layout-maccity/refs/heads/main/make-gnome-shell-layout-maccity.sh)"
Basic
default
./make-gnome-shell-layout-maccity.sh
Option: REF_MASTER_DISTRO
- execute local script
REF_MASTER_DISTRO=archlinux ./make-gnome-shell-layout-maccity.sh
- execute remote script
REF_MASTER_DISTRO=archlinux bash <(curl -L https://raw.githubusercontent.com/samwhelp/make-gnome-shell-layout-maccity/refs/heads/main/make-gnome-shell-layout-maccity.sh)
Option: REF_MASTER_STYLE
- execute local script
REF_MASTER_STYLE=jasper ./make-gnome-shell-layout-maccity.sh
- execute remote script
REF_MASTER_STYLE=jasper bash <(curl -L https://raw.githubusercontent.com/samwhelp/make-gnome-shell-layout-maccity/refs/heads/main/make-gnome-shell-layout-maccity.sh)
Option
Option / REF_MASTER_DISTRO
| REF_MASTER_DISTRO |
|---|
debian (default) |
ubuntu |
fedora |
archlinux |
voidlinux |
We can use
REF_MASTER_DISTRO=anyto skip the step of installing required packages.
Option / REF_MASTER_STYLE
| REF_MASTER_STYLE |
|---|
colloid (default) |
fluent |
jasper |
graphite |
vimix |
orchis |
layan |
lavanda |
qogir |
Extension
Link
Related Projects
ISO Builder
| ISO Builder |
|---|
| ubuntu-iso-builder-include-pacstall-gnome-shell-layout-maccity |
| debian-iso-builder-include-pacstall-gnome-shell-layout-maccity |
| voidlinux-live-build-config-respin-gnome-shell-layout-maccity |