sherpa/README.md

50 lines
1.2 KiB
Markdown
Raw 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-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-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-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
Less lines of code than most terminal emulators (including st)
2021-12-31 13:38:55 -05:00
**Notes**
2022-01-14 08:40:46 -05:00
Runs on any GTK capable system. This includes KDE Plasma.