git clone https://utkarshkrsingh/.dotfiles.git $HOME/.dotfiles
To install required packaged we need to install the required mirror-lists first. For that run the script setupMirror.sh
in the root directory of the repo.
cd $HOME/.dotfiles
chmod +x setupMirror.sh
./setupMirror.sh
To install dotfiles you can run the setup.sh
script under the root directory of this repo.
cd $HOME/.dotfiles
chmod +x setup.sh
./setup.sh
This is by far my latest Hyprland customization for Arch Linux.
Thank You 😁