Linux-OS
A collection of scripts and resources for managing and customizing Linux distributions.
Arch scripts
```bash
curl -fsSL https://raw.githubusercontent.com/Ven0m0/Linux-OS/refs/heads/main/Cachyos/Updates.sh | bash
```
```bash
curl -fsSL https://raw.githubusercontent.com/Ven0m0/Linux-OS/refs/heads/main/Cachyos/Clean.sh | bash
```
Rank mirrors & keyrings
```bash
curl -fsSL https://raw.githubusercontent.com/Ven0m0/Linux-OS/refs/heads/main/Cachyos/Rank.sh | bash
```
Automated install
```bash
curl -fsSL https://raw.githubusercontent.com/Ven0m0/Linux-OS/refs/heads/main/Cachyos/Scripts/Install.sh | bash
```
Automated configuration
```bash
curl -fsSL https://raw.githubusercontent.com/Ven0m0/Linux-OS/refs/heads/main/Cachyos/Scripts/AutoSetup.sh | bash
```
Bleachbit extra cleaner install
```bash
curl -fsSL https://raw.githubusercontent.com/Ven0m0/Linux-OS/refs/heads/main/Cachyos/Scripts/bleachbit.sh | bash
```
Miscellaneous scripts
```bash
curl -fsSL https://raw.githubusercontent.com/Ven0m0/Linux-OS/refs/heads/main/Cachyos/Rust/Strip-rust.sh | bash
curl -fsSL https://raw.githubusercontent.com/Ven0m0/Linux-OS/refs/heads/main/Cachyos/Debloat.sh | bash
```
Install sytax hilighting for the nano editor
https://github.com/scopatz/nanorc
```bash
curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh
```
Lite version (no overwriting existing ones)
```bash
curl -fsSL https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh -s -- -l
```
Packages:
* [Arch PKG](https://archlinux.org/packages)
* [AUR PKG](https://aur.archlinux.org)
* [Crates.io](https://crates.io)
* [FlatHub](https://flathub.org)
* [Lure.sh](https://lure.sh)
* [Basher](https://www.basher.it/package)
* [bpkg](https://bpkg.sh)
* [x-cmd](https://www.x-cmd.com)
Install x-cmd
```bash
eval "$(curl https://get.x-cmd.com)"
```
fish
```sh
curl https://get.x-cmd.com | sh
chmod +x $HOME/.x-cmd.root/bin/x-cmd && ./$HOME/.x-cmd.root/bin/x-cmd fish --setup
```
Supported Linux Distributions
Useful websites