Chris Titus Tech's Linux Toolbox - Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks.
Go to file
Harsh Vyapari b35ad5bacc
feat(fedora/nvidia-*.sh): nvidia proprietary driver setup (continued from PR #319) (#370)
* feat(fedora/nvidia-*.sh): adding nvidia proprietary driver setup

* fix(fedora/nvidia-*.sh): removing update line

That update line crashed my system while testing, since it also
installed new kernal where I didn't build my driver. So new user can
also get confused.

* refactor(fedora/nvidia-*.sh): adding a new warning while starting the script

I faced this issue yesterday, So It's better to warn user before
installing this driver

* refactor(fedora/nvidia-*.sh): removing uninstalation option

For now, as suggested by @nnyyxxxx and @adamperkowski, I'm removing the
uninstall option until #362 gets resolved.

* Fix bashism

---------

Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-18 21:13:41 -05:00
.github Update bashisms.yml (#480) 2024-09-18 19:18:22 -05:00
core feat: Command Description (#437) 2024-09-18 19:17:08 -05:00
docs feat: Add User Manager (#393) 2024-09-18 20:48:42 -05:00
overrides Starts adding docs to LinUtil. 2024-07-24 11:16:21 +01:00
tabs feat(fedora/nvidia-*.sh): nvidia proprietary driver setup (continued from PR #319) (#370) 2024-09-18 21:13:41 -05:00
tui fix: Fixup preview rendering and logic of preview key binding being shown in shortcut list (#387) 2024-09-18 21:00:09 -05:00
.gitignore get rid of tracking builds 2024-09-16 15:46:37 -05:00
cargo-lock-merge.txt cargo lock policies 2024-09-10 16:08:05 -05:00
Cargo.lock Merge remote-tracking branch 'upstream/main' into restructure_linutil 2024-09-11 15:21:50 -07:00
Cargo.toml Merge remote-tracking branch 'upstream/main' into restructure_linutil 2024-09-11 15:21:50 -07:00
LICENSE Create LICENSE 2024-07-29 11:06:34 -05:00
linutil.desktop add desktop shortcut 2024-08-20 17:48:26 -05:00
README.md Packages metadata update [AUR] (#471) 2024-09-18 19:04:08 -05:00
SECURITY.md Create SECURITY.md 2024-09-02 00:20:50 -05:00
start.sh fix: Add wrapper around script (#388) 2024-09-18 20:49:24 -05:00
startdev.sh fix: Add wrapper around script (#388) 2024-09-18 20:49:24 -05:00

Chris Titus Tech's Linux Utility

Version GitHub Downloads (specific asset, all releases)

linutil AUR Version linutil-bin AUR Version

Preview

Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks. It helps you set up applications and optimize your system for specific use cases. The utility is actively developed in Rust 🦀, providing performance and reliability.

Note

Since the project is still in active development, you may encounter some issues. Please consider submitting feedback if you do.

💡 Usage

To get started, pick which branch you would like to use, then run the command in your terminal:

curl -fsSL https://christitus.com/linux | sh

Dev branch

curl -fsSL https://christitus.com/linuxdev | sh

💖 Support

If you find Linutil helpful, please consider giving it a to show your support!

🎓 Documentation

For comprehensive information on how to use Linutil, visit the Linutil Official Documentation.

🛠 Contributing

We welcome contributions from the community! Before you start, please review our Contributing Guidelines to understand how to make the most effective and efficient contributions.

Official LinUtil Roadmap

🏅 Thanks to All Contributors

Thank you to everyone who has contributed to the development of Linutil. Your efforts are greatly appreciated, and youre helping make this tool better for everyone!

Contributors

📜 Credits

Linutils Rust shell was developed by @JustLinuxUser.