- Pacman Automation script (pacman.sh)
- Yay installation script (install-yay.sh)
- Enable tap to click behavior for touchpad (touchpad-taptoclick.sh)
- Install the pacman.sh script on your system
wget https://raw.githubusercontent.com/yashkathe/ArchLinux-scripts/master/installation-script/install.sh
- After downloading the script run the install.sh script
chmod +x install.sh
./install.sh
- Now run the script as
ezpacman
- Download the pacman automation script
wget https://raw.githubusercontent.com/yashkathe/ArchLinux-scripts/master/scripts/pacman.sh
- Download the yay installation script
wget https://raw.githubusercontent.com/yashkathe/ArchLinux-scripts/master/scripts/install-yay.sh
- Download the touchpad - taptoclick script
wget https://raw.githubusercontent.com/yashkathe/ArchLinux-scripts/master/scripts/touchpad-taptoclick.sh