This repository contains a list of dotfiles for my current Archlinux configuration.
To install packages from AUR, you may need to install yay first.
To install the packages, run the following command:
yay -S --needed $(cut -f 1 -d ' ' pkglist.txt)
Run the installation script to install the dotfiles:
chmod +x ./<theme>/install
./<theme>/install
Run the following command to enable the display manager:
sudo systemctl enable ly.service
Checkout JetBrains Mono Nerd Font to download and install the icon font.
To allow users to use shutdown commands, add the following to the and of /etc/sudoers
using the visudo
command.
%wheel ALL=(ALL) NOPASSWD: /usr/bin/systemctl poweroff,/usr/bin/systemctl halt,/usr/bin/systemctl reboot
Checkout betterlockscreen for lock screen configuration.
Preferred rEFInd themes:
To setup touchpad gestures, copy the configuration file from ./<theme>/X11/xorg.conf.d/30-touchpad.conf
to /etc/X11/xorg.conf.d/
:
cp ./<theme>/X11/xorg.conf.d/30-touchpad.conf /etc/X11/xorg.conf.d/