/dotfiles

List of dotfiles for my archlinux 🐧

Primary LanguageShellMIT LicenseMIT

Dotfiles

This repository contains a list of dotfiles for my current Archlinux configuration.

Prerequisites

To install packages from AUR, you may need to install yay first.

Installation

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

Display Manager

Run the following command to enable the display manager:

sudo systemctl enable ly.service

Fonts

Checkout JetBrains Mono Nerd Font to download and install the icon font.

Privileges

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

Lock screen

Checkout betterlockscreen for lock screen configuration.

rEFInd

Preferred rEFInd themes:

Gestures

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/

License

MIT License