From 19d6056b977edc4ec5acbba2a012746d11b59cbe Mon Sep 17 00:00:00 2001 From: monoterne Date: Fri, 26 Jul 2024 02:34:26 +0200 Subject: [PATCH 1/4] Update README.md Huge readme update adding description and stuff. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 590457ea..3e6086e0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # Chris Titus Tech's Linux Utility + [![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) ![Preview](docs/assets/preview.png) +A distro-agnostic* toolbox which allows to do everyday Linux tasks with ease, setup applications, setting up system and customize the workflow with my dotfiles! Written with Rust 🦀 + +\* — The project is in active development, so there could be some issues, please, consider to [give as a feedback](https://github.com/ChrisTitusTech/linutil/issues) + ## 💡 Usage Open your terminal and paste this command From 016e2b7b4eca194d28881c1113c2ea3cddc12111 Mon Sep 17 00:00:00 2001 From: monoterne Date: Fri, 26 Jul 2024 14:15:00 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e6086e0..7d1345d0 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ ![Preview](docs/assets/preview.png) -A distro-agnostic* toolbox which allows to do everyday Linux tasks with ease, setup applications, setting up system and customize the workflow with my dotfiles! Written with Rust 🦀 +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 🦀 -\* — The project is in active development, so there could be some issues, please, consider to [give as a feedback](https://github.com/ChrisTitusTech/linutil/issues) +\* — The project is in active development, so there could be some issues, please, consider [submitting feedback](https://github.com/ChrisTitusTech/linutil/issues) ## 💡 Usage From c1e206ccdc8e97680f23c2e3e9a576282f573f02 Mon Sep 17 00:00:00 2001 From: Andrii Date: Sun, 28 Jul 2024 19:31:04 +0200 Subject: [PATCH 3/4] =?UTF-8?q?Stupid=20windows=20infecting=20Linux=20?= =?UTF-8?q?=F0=9F=98=A0=F0=9F=98=A0=F0=9F=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cmon, do better @ChrisTitusTech --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 590457ea..ee8678dd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ curl -fsSL https://christitus.com/linux | sh - To morally and mentally support the project, make sure to leave a ⭐️! ## 🏅 Thanks to all Contributors -Thanks a lot for spending your time helping Winutil grow. Thanks a lot! Keep rocking 🍻. +Thanks a lot for spending your time helping Linutil grow. Thanks a lot! Keep rocking 🍻. [![Contributors](https://contrib.rocks/image?repo=ChrisTitusTech/linutil)](https://github.com/ChrisTitusTech/linutil/graphs/contributors) From d8aa27402a5bad5050393b4183feb83c2db1d3df Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Mon, 29 Jul 2024 11:06:34 -0500 Subject: [PATCH 4/4] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..129a6232 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Chris Titus + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.