Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yashkathe/archlinux-scripts

Script to automate Arch Linux's package manager - pacman's commands. Along with other essential scripts for Arch Linux systems.
https://github.com/yashkathe/archlinux-scripts

arch-user-repository archlinux aur aur-helper automation bash bash-script linux pacman script shell shell-script touchpad-gestures yay-installation

Last synced: 2 months ago
JSON representation

Script to automate Arch Linux's package manager - pacman's commands. Along with other essential scripts for Arch Linux systems.

Awesome Lists containing this project

README

        

# Pacman Automation script + Yay installation script

## Contents of this repository

- Pacman Automation script (pacman.sh)
- Yay installation script (install-yay.sh)
- Enable tap to click behavior for touchpad (touchpad-taptoclick.sh)

# Installation

1. Install the pacman.sh script on your system
```bash
wget https://raw.githubusercontent.com/yashkathe/ArchLinux-scripts/master/installation-script/install.sh
```
2. After downloading the script run the install.sh script
```bash
chmod +x install.sh
./install.sh
```
3. Now run the script as
```bash
ezpacman
```

# Download Links

- Download the pacman automation script

```bash
wget https://raw.githubusercontent.com/yashkathe/ArchLinux-scripts/master/scripts/pacman.sh
```

- Download the yay installation script

```bash
wget https://raw.githubusercontent.com/yashkathe/ArchLinux-scripts/master/scripts/install-yay.sh
```

- Download the touchpad - taptoclick script

```bash
wget https://raw.githubusercontent.com/yashkathe/ArchLinux-scripts/master/scripts/touchpad-taptoclick.sh
```

# Sources:

- https://devhints.io/pacman
- https://www.youtube.com/watch?v=cBeSJvYkV7I&t=639s
- https://www.youtube.com/watch?v=HD7jJEh4ZaM&t=557s
- https://gist.github.com/miguelmota/c35999dbf9c15154d0aec8dace29d481