sherpa/README.md

62 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2021-12-12 13:10:41 -05:00
# Sherpa
![alt text](https://raw.githubusercontent.com/amogus3016/amogus3016/main/sherpa%20logo.png)
2022-01-05 10:01:30 -05:00
The simplest terminal around
2022-01-14 08:40:46 -05:00
Sherpa is a lightweight terminal for Linux. Developed for Everest Linux. Provides a strong baseline for customization.
2021-12-13 07:50:37 -05:00
2022-03-07 16:13:26 -05:00
**Installing**
2021-12-13 07:50:37 -05:00
2022-03-10 10:24:15 -05:00
Sherpa is available in the official Glacier repository. To install, run `glacier-install` and enter `sherpa` when prompted.
If you wish to compile yourself, follow the steps below:
2022-03-07 16:17:41 -05:00
Clone the repository to /tmp `cd /tmp && git clone https://github.com/everest-linux/sherpa`
2021-12-31 13:18:40 -05:00
2022-03-07 16:17:41 -05:00
Change directory into the sherpa folder `cd sherpa`
2021-12-31 13:18:40 -05:00
2022-03-07 16:17:41 -05:00
Mark INSTALL.sh as executable `chmod +x INSTALL.sh`
Run INSTALL.sh as root `sudo ./INSTALL.sh`
2022-03-07 16:13:26 -05:00
**Updating**
2022-03-10 10:24:15 -05:00
Sherpa is available in the official Glacier repository. To update, run `glacier-update` and enter `sherpa` when prompted.
If you wish to update manually, follow the steps below:
2022-03-07 16:17:41 -05:00
Clone the repository to /tmp `cd /tmp && git clone https://github.com/everest-linux/sherpa`
Change directory into the sherpa folder `cd sherpa`
2022-03-07 16:13:26 -05:00
2022-03-07 16:17:41 -05:00
Mark UPDATE.sh as executable `chmod +x UPDATE.sh`
2022-03-07 16:13:26 -05:00
2022-03-07 16:17:41 -05:00
Run UPDATE.sh as root `sudo ./UPDATE.sh`
2022-03-07 16:13:26 -05:00
**Uninstalling**
2022-03-10 10:24:15 -05:00
Sherpa is available in the official Glacier repository. To remove, run `glacier-remove` and enter `sherpa` when prompted.
If you wish to uninstall manually, follow the steps below:
2022-03-07 16:17:41 -05:00
Clone the repository to /tmp `cd /tmp && git clone https://github.com/everest-linux/sherpa`
directory into the sherpa folder `cd sherpa`
2022-03-07 16:13:26 -05:00
2022-03-07 16:17:41 -05:00
Mark UNINSTALL.sh as executable `chmod +x UNINSTALL.sh`
2022-03-07 16:13:26 -05:00
2022-03-07 16:17:41 -05:00
Run UNINSTALL.sh as root `sudo ./UNINSTALL.sh`
2021-12-31 13:38:55 -05:00
2022-01-14 08:40:46 -05:00
**Features**
Lightweight terminal emulator out of the box
Strong base to customize
2022-03-10 10:24:15 -05:00
Utilizes powerful VTE library
2022-01-14 08:40:46 -05:00
2021-12-31 13:38:55 -05:00
**Notes**
2022-04-28 09:58:27 -04:00
pywal is recommended for easy customization.