Skip to content

samwhelp/make-mate-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make-mate-style

Home

Link GitHub
make-mate-style GitHub

Subject

Usage

Quick Start

How to download make-mate-style.sh and run it.

  • run
bash <(curl -L https://raw.githubusercontent.com/samwhelp/make-mate-style/refs/heads/main/make-mate-style.sh)
  • or run
bash <(wget -q https://raw.githubusercontent.com/samwhelp/make-mate-style/refs/heads/main/make-mate-style.sh -O - )
  • or run
bash -c "$(curl -fsSL https://raw.githubusercontent.com/samwhelp/make-mate-style/refs/heads/main/make-mate-style.sh || wget -q https://raw.githubusercontent.com/samwhelp/make-mate-style/refs/heads/main/make-mate-style.sh -O - )"
  • or run
bash -c "$(wget -q https://raw.githubusercontent.com/samwhelp/make-mate-style/refs/heads/main/make-mate-style.sh -O - || curl -fsSL https://raw.githubusercontent.com/samwhelp/make-mate-style/refs/heads/main/make-mate-style.sh)"

Basic

default

./make-mate-style.sh

Option: REF_MASTER_DISTRO

  • execute local script
REF_MASTER_DISTRO=archlinux ./make-mate-style.sh
  • execute remote script
REF_MASTER_DISTRO=archlinux bash <(curl -L https://raw.githubusercontent.com/samwhelp/make-mate-style/refs/heads/main/make-mate-style.sh)

Option: REF_MASTER_STYLE

  • execute local script
REF_MASTER_STYLE=vimix ./make-mate-style.sh
  • execute remote script
REF_MASTER_STYLE=vimix bash <(curl -L https://raw.githubusercontent.com/samwhelp/make-mate-style/refs/heads/main/make-mate-style.sh)

Option

Option / REF_MASTER_DISTRO

REF_MASTER_DISTRO
debian (default)
ubuntu
fedora
archlinux
voidlinux

We can use REF_MASTER_DISTRO=any to skip the step of installing required packages.

Option / REF_MASTER_STYLE

REF_MASTER_STYLE
jasper (default)
graphite
fluent
colloid
vimix
orchis
layan
lavanda
qogir

Link

Link GitHub
Gnome Shell Adjustment GitHub
gnome-shell-enhance GitHub

Related Projects

Link GitHub
make-gnome-shell-style GitHub
make-xfce-style GitHub
make-mate-style GitHub
make-cinnamon-style GitHub
Link
demo-style-select
make-gnome-shell-layout-wincity / make-mate-style
make-gnome-shell-layout-maccity / make-mate-style
Link GitHub
deb-recipe GitHub
deb-coffee GitHub

Samwhelp

Releases

No releases published

Packages

 
 
 

Contributors