Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fcatilizer/archpkginstallscript

ArchLinux Packages GUI Install Scripts
https://github.com/fcatilizer/archpkginstallscript

archlinux aur aur-helper bash-script linux-tools linux-utility package-manager

Last synced: 7 days ago
JSON representation

ArchLinux Packages GUI Install Scripts

Awesome Lists containing this project

README

        

#### Post Install Arch Quick Install Script.
Video Tutorial - [Watch Here](https://youtu.be/E9W45tBPOus)

### For (aur.sh)

A graphical tool for AUR that uses zenity.

![Screenshot](screenshots/aur1.png)![Screenshot](screenshots/aur2.png)
![Screenshot](screenshots/aur3.png)

#### How it works

- Prompts users to choose between yay or paru.
- Checks if the specified AUR helper is installed. If not, it will install it.
- Provides a search box for users to search for packages.
- Displays a list of packages found.
- After selecting a package, it prompts for installation or uninstallation and asks for the sudo user password.

#### How to set up

1. Clone the project.
2. Give execute permissions to the script by running the following command:
```bash
chmod +x aur.sh
```
3. Run the script:
```bash
./aur.sh
```

### For (install2.sh)

A graphical tool for managing my personal install script.

![Screenshot](screenshots/install2.png)

#### How it works

- Shows my personal packages install list.
- Allows users to select which packages to install or use the "install all" feature.

#### How to set up

1. Clone the project.
2. Give execute permissions to the script by running the following command:
```bash
chmod +x install2.sh
```
3. Run the script:
```bash
./install2.sh
```

NOTE: There is no Steam, Davinci Resolve option in install2.sh because it will depend on your GPU. So do it manually!!