Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.61 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.61 KB


theTerminal is a terminal emulator designed to integrate well with theShell and come with many features.


Dependencies

Get

If you're using a supported operating system, we may have binaries available:

System Package
macOS Application Bundle on GitHub Releases Coming soon!
Arch Linux theterminal on the AUR

Build

Run the following commands in your terminal.

cmake -B build -S .
cmake --build build

Install

On Linux, run the following command in your terminal (with superuser permissions)

cmake --install build

On macOS, drag the resulting application bundle (theTerminal.app or theTerminal Blueprint.app, depending on which branch you're building) into your Applications folder

Contributing

Thanks for your interest in theTerminal! Check out the CONTRIBUTING.md file to get started and see how you can help!


© Victor Tran, 2023. This project is licensed under the GNU General Public License, version 3, or at your option, any later version.

Check the LICENSE file for more information.