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 hypridle.service
systemctl --user enable wpaperd.service
systemctl --user enable vicinae.serviceThe hyprland.service makes hyprland start upon login. wpaperd.service are automatically started by hyprland-session.target.
For sound, I use pipewire and wireplumber.
In order for bluetooth headset controls (play, pause, ...) make sure to have the bluez-utils package and enable the mpris-proxy user systemd service.