Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yashkathe/archlinux-scripts
- Owner: yashkathe
- License: mit
- Created: 2022-06-06T17:22:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T05:47:46.000Z (about 2 years ago)
- Last Synced: 2023-03-06T03:18:43.498Z (almost 2 years ago)
- Topics: arch-user-repository, archlinux, aur, aur-helper, automation, bash, bash-script, linux, pacman, script, shell, shell-script, touchpad-gestures, yay-installation
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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