Installing Shell - meridor/perspective-backend GitHub Wiki
Debian, Ubuntu and derived stuff
To install shell on Debian-based Linux type:
$ sudo add-apt-repository ppa:meridor/perspective
$ sudo apt-get update
$ sudo apt-get install perspective-shell
Only stable version are published in packages due to PPA limitations.
MacOS
To install on Mac via Homebrew type:
$ brew tap meridor/homebrew
$ brew install perspective-shell
To install latest development version type:
$ brew install --devel perspective-shell