This repository contains my dotfiles for my laptop running Arch Linux.
This config includes scripts that assume you have the required software installed.
The configuration is very minimal and will not fit your needs.
Install the chezmoi tool and run this command to download and apply the configuration.
chezmoi init --apply RichardDorianIn order to get bash aliases, add this to your .bashrc
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fiI use systemd for starting various services like hyprland, wpaperd etc. This repo includes them. For new setup, include them by running
systemctl --user enable hyprland.service
systemctl --user enable wpaperd.serviceThe hyprland.service makes hyprland start upon login. wpaperd.service are automatically started by hyprland-session.target.