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.
- Host: GitHub
- URL: https://github.com/cloudwithax/cutefish-bootstrapper
- Owner: cloudwithax
- Created: 2022-02-13T21:18:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T22:42:35.000Z (about 3 years ago)
- Last Synced: 2025-01-22T06:37:50.343Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```