An open API service indexing awesome lists of open source software.

https://github.com/cloudwithax/cutefish-bootstrapper

A shell script for installing the Cutefish desktop environment on Arch.
https://github.com/cloudwithax/cutefish-bootstrapper

Last synced: 3 months ago
JSON representation

A shell script for installing the Cutefish desktop environment on Arch.

Awesome Lists containing this project

README

        

# cutefish-bootstrapper

A shell script for installing the Cutefish desktop environment on Arch.

# Requirements

**IMPORTANT!!!**

You must have a barebones Arch install to run this script. This means that you have no pre-existing desktop environments installed. The script has checks for this as well, so if you try to run this script with a desktop environment installed, it will **not work.**

# Install

The easiest way to run this script is by typing in the following command in the terminal.

```
curl -sLO https://t.ly/cutefish; sh cutefish
```

Otherwise, clone the git repo and run the script from the newly created folder.

```
git clone https://github.com/cloudwithax/cutefish-bootstrapper
cd cutefish-bootstrapper
chmod +x bootstrap.sh
./bootstrap.sh
```