My personal Linux dotfiles and desktop configuration.
Note: These configurations are tailored to my workflow, primarily using Hyprland on Arch Linux. Feel free to use or adapt them, but review the files before running the bootstrap script.
The repository contains configuration files for my terminal, window manager, editor, status bar, notifications, and other desktop utilities.
See config/README.md for the complete list of configuration dependencies.
The following command-line tools are used by my zsh configuration:
My login screen uses the SDDM Astronaut Theme.
Clone the repository into your home directory:
git clone --depth 1 https://github.com/DestinEcarma/dotfiles.git ~/.dotfilesReview the repository and bootstrap script before continuing:
cd ~/.dotfilesRun the bootstrap script to create symbolic links for the configurations:
./bootstrap
