linutil/README.md

29 lines
1.3 KiB
Markdown
Raw Normal View History

2024-07-22 06:26:42 +01:00
# Chris Titus Tech's Linux Utility
2024-07-22 06:26:42 +01:00
[![Version](https://img.shields.io/github/v/release/ChrisTitusTech/linutil?color=%230567ff&label=Latest%20Release&style=for-the-badge)](https://github.com/ChrisTitusTech/linutil/releases/latest)
![GitHub Downloads (specific asset, all releases)](https://img.shields.io/github/downloads/ChrisTitusTech/linutil/linutil?label=Total%20Downloads&style=for-the-badge)
2024-07-14 06:03:42 +01:00
2024-07-22 06:26:42 +01:00
![Preview](docs/assets/preview.png)
2024-07-14 06:03:42 +01:00
2024-07-26 13:15:00 +01:00
A distro-agnostic* toolbox which helps with everyday Linux tasks. It can help you set up applications, and set up your system for specific use cases! Written with Rust 🦀
2024-07-26 13:15:00 +01:00
\* — The project is in active development, so there could be some issues, please, consider [submitting feedback](https://github.com/ChrisTitusTech/linutil/issues)
2024-07-22 06:26:42 +01:00
## 💡 Usage
2024-07-14 06:03:42 +01:00
Open your terminal and paste this command:
2024-06-29 01:11:26 +01:00
```bash
2024-07-19 04:56:58 +01:00
curl -fsSL https://christitus.com/linux | sh
2024-06-29 01:09:37 +01:00
```
2024-07-14 06:03:42 +01:00
2024-07-22 06:26:42 +01:00
## 💖 Support
- To morally and mentally support the project, make sure to leave a ⭐️!
## 🏅 Thanks to all Contributors
Thanks a lot for spending your time helping Linutil grow. Thanks a lot! Keep rocking 🍻.
2024-07-22 06:26:42 +01:00
2024-07-24 03:41:11 +01:00
[![Contributors](https://contrib.rocks/image?repo=ChrisTitusTech/linutil)](https://github.com/ChrisTitusTech/linutil/graphs/contributors)
2024-07-22 06:26:42 +01:00
2024-07-13 22:56:27 +01:00
## Credits
2024-07-13 22:57:16 +01:00
Rust Shell written by [@JustLinuxUser](https://github.com/JustLinuxUser)