Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1012 Bytes

File metadata and controls

31 lines (26 loc) · 1012 Bytes

Forge

My Arch Linux Post-Install setup script. It automates the package installations and other manual parts of my setup.

Features

This scripts takes care of the following:

  1. Update the system
  2. Install AUR helper of choice (yay/paru)
  3. Setup chaotic-aur on the system
  4. Handle package installation in categories from programs.conf (edit it as your needs)
  5. Installs TPM for tmux
  6. Auto enables basic systemd services
  7. Clones and links my dotfiles, using linksym
  8. Adds a user systemd timer to change wallpaper and colors on the system using hellwal and awww

Installation

  1. Clone this repository
git clone https://github.com/SwayKh/forge
  1. Run the Setup script
./setup.sh
  1. Follow the prompts and select the parts of the script you want to run.
  2. Reboot your system after the script is done.