This repository contains my personal dotfiles that I use on my Arch Linux based systems. Refer to this repository for the installation script of my systems.
The dotfiles are grouped in multiple directories that are intended to be applied using GNU Stow.
The shared directory contains the files that are intended to be used on all
systems.
The jolepc and jolelaptop directories contain configuration specific to the
respective system. The name of the directory matches the hostname of that
system.
To apply the dotfiles, clone this repository:
git clone [email protected]:drjole/dotfiles.git ~/.dotfilesThen, apply the dotfiles:
cd ~/.dotfiles
stow shared
stow "$(hostname)"