The content of this repository are the dotfiles that I use in my personal Arch install.
This repository includes a setup script that can be used to quickly install it. Do note that this script leaves the directory that you clone the repository into intact, which might not be ideal for people who aren't - well, me. There currently is not an easy script to just install the setup, so this will need to be done manually.
First, make sure you have git installed:
which git || sudo pacman -S gitClone the repository:
git clone https://github.com/TCAGM-Dev/dotfiles.git ~/dot
cd ~/dotAnd run the script:
sudo ~/dot/setup.shAfter executing these steps, the setup should be installed and active when you log into Hyprland.