Removing old script and updating arch-setup
This commit is contained in:
39
README.md
39
README.md
@@ -4,19 +4,6 @@ These are my personal scripts to automate tasks related to Linux/Unix environmen
|
||||
|
||||
## Documentation
|
||||
|
||||
### setup-linux.sh (Legacy Script)
|
||||
|
||||
This is the legacy script that provides a basic setup for Debian, Fedora, and Arch systems. It includes the installation of essential packages for everyday usage, such as general tools, browsers, everyday apps, gaming-related apps, virtualization/container packages, remote access, U2F (Yubico), terminal/shell, development environment, and OpenRazer.
|
||||
|
||||
To run this script:
|
||||
```sh
|
||||
curl -sL https://git.justw.tf/Lightemerald/linux-scripts/raw/branch/main/setup-linux.sh | bash
|
||||
```
|
||||
Alternatively, using wget:
|
||||
```sh
|
||||
wget -qO- https://git.justw.tf/Lightemerald/linux-scripts/raw/branch/main/setup-linux.sh | bash
|
||||
```
|
||||
|
||||
### arch-setup.sh
|
||||
|
||||
This script is specifically designed for Arch Linux systems. It includes functions to install packages, check and install `whiptail`, add repositories, update the system, set up Pacman configuration, and install various package groups such as Zsh, themes, games, Pipewire, Cups, NetworkManager, Bluetooth, virtualization, containers, U2F, and OpenRGB. It also includes functions to set up browsers, configure U2F, and set up Plymouth.
|
||||
@@ -30,19 +17,6 @@ Alternatively, using wget:
|
||||
wget -qO- https://git.justw.tf/Lightemerald/linux-scripts/raw/branch/main/arch-setup.sh | bash
|
||||
```
|
||||
|
||||
### debian-setup.sh
|
||||
|
||||
This script is tailored for Debian-based systems. It includes functions to install packages, add repositories, update the system, set up Plymouth, and install various package groups such as Zsh, games, Pipewire, Cups, NetworkManager, Bluetooth, virtualization, containers, U2F, and OpenRGB. It also includes functions to set up browsers, configure U2F, and set up Plymouth.
|
||||
|
||||
To run this script:
|
||||
```sh
|
||||
curl -sL https://git.justw.tf/Lightemerald/linux-scripts/raw/branch/main/debian-setup.sh | bash
|
||||
```
|
||||
Alternatively, using wget:
|
||||
```sh
|
||||
wget -qO- https://git.justw.tf/Lightemerald/linux-scripts/raw/branch/main/debian-setup.sh | bash
|
||||
```
|
||||
|
||||
### fedora-setup.sh
|
||||
|
||||
This script is intended for Fedora systems. It includes functions to install packages, add repositories, update the system, set up Plymouth, and install various package groups such as Zsh, games, Pipewire, Cups, NetworkManager, Bluetooth, virtualization, containers, U2F, and OpenRGB. It also includes functions to set up browsers, configure U2F, and set up Plymouth.
|
||||
@@ -56,6 +30,19 @@ Alternatively, using wget:
|
||||
wget -qO- https://git.justw.tf/Lightemerald/linux-scripts/raw/branch/main/fedora-setup.sh | bash
|
||||
```
|
||||
|
||||
### debian-setup.sh
|
||||
|
||||
This script is tailored for Debian-based systems. It includes functions to install packages, add repositories, update the system, set up Plymouth, and install various package groups such as Zsh, games, Pipewire, Cups, NetworkManager, Bluetooth, virtualization, containers, U2F, and OpenRGB. It also includes functions to set up browsers, configure U2F, and set up Plymouth.
|
||||
|
||||
To run this script:
|
||||
```sh
|
||||
curl -sL https://git.justw.tf/Lightemerald/linux-scripts/raw/branch/main/debian-setup.sh | bash
|
||||
```
|
||||
Alternatively, using wget:
|
||||
```sh
|
||||
wget -qO- https://git.justw.tf/Lightemerald/linux-scripts/raw/branch/main/debian-setup.sh | bash
|
||||
```
|
||||
|
||||
### desktop-setup.sh
|
||||
|
||||
This script helps in setting up different desktop environments on your system. It detects the distribution and installs the selected desktop environment (GNOME, KDE, XFCE, Cinnamon, MATE, Budgie, Sway, or Hyprland) along with necessary packages.
|
||||
|
||||
Reference in New Issue
Block a user