A collection of configuration files and scripts to automate the setup of Hyprland(mainly) and additional utilities for a freshly installed Arch Linux system.
It also covers config for i3wm, as a side note, to bring back the good old memories I had with i3.
To start, I assume you have a minimal Arch Linux System installed, and ensure that your user account has sudo privilege enabled, since it's required by the autosetup script.
Now switch to your user account with sudo previlege.
Under your home directory,
git clone https://github.com/lightmon233/dotfiles.gitand cd into it:
cd dotfilessudo chmod +x ./autosetup.sh./autosetup.shCaution
Do not use sudo to run this script, you will be prompted to give the sudo privilege while the script is running.
My config file are designed for Thinkpad X230, so you might have to tweak it a little to make it fit your system.
- Fix
autosetup.shdouble asking passwd issue. - Migrate hyprland config to lua.
- Restore & Repair i3wm configs.

