Skip to content

RichardDorian/dotfiles

Repository files navigation

dotfiles

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.

Getting started

Install the chezmoi tool and run this command to download and apply the configuration.

chezmoi init --apply RichardDorian

Bash aliases

In order to get bash aliases, add this to your .bashrc

if [ -f ~/.bash_aliases ]; then
  . ~/.bash_aliases
fi

Systemd services

I 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.service

The hyprland.service makes hyprland start upon login. wpaperd.service are automatically started by hyprland-session.target.

About

⚙️ My dotfiles for my laptop running Arch, managed by chezmoi.

Resources

Stars

Watchers

Forks

Languages