Home

Subject

Usage

Quick Start

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

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

Basic

default

./make-cinnamon-style.sh

Option: REF_MASTER_DISTRO

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

Option: REF_MASTER_STYLE

  • execute local script
REF_MASTER_STYLE=vimix ./make-cinnamon-style.sh
  • execute remote script
REF_MASTER_STYLE=vimix bash <(curl -L https://raw.githubusercontent.com/samwhelp/make-cinnamon-style/refs/heads/main/make-cinnamon-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
demo-style-select
make-gnome-shell-layout-wincity / make-cinnamon-style
make-gnome-shell-layout-maccity / make-cinnamon-style

Samwhelp


This site uses Just the Docs, a documentation theme for Jekyll.