ArchHyprland Installation - DanieleBertagnoli/LinuxDotfiles GitHub Wiki
Installing the dotfiles is simple. Just clone the GitHub repository:
git clone https://github.com/DanieleBertagnoli/LinuxDotfiles.git
Then, run the installation script:
cd LinuxDotfiles/ArchHyprland
./install.sh
These are the high-level steps performed by the script:
- The script will first install all the necessary packages. Make sure that by the end of this step, all packages have been installed. It may happen that some packages fail to install or that the installation returns an error.
- Once all packages are installed, all configurations are copied into the
~/.config
directory (most packages use that folder to store configurations). - SDDM is then enabled and set as the login manager.
- Lastly, the script will install all the necessary NVIDIA packages, if required.