My Arch Linux Post-Install setup script. It automates the package installations and other manual parts of my setup.
This scripts takes care of the following:
- Update the system
- Install AUR helper of choice (yay/paru)
- Setup chaotic-aur on the system
- Handle package installation in categories from programs.conf (edit it as your needs)
- Installs TPM for tmux
- Auto enables basic systemd services
- Clones and links my dotfiles, using linksym
- Adds a user systemd timer to change wallpaper and colors on the system using hellwal and swww
- Clone this repository
git clone https://github.com/SwayKh/forge- Run the Setup script
./setup.sh- Follow the prompts and select the parts of the script you want to run.
- Reboot your system after the script is done.