Skip to content

thalesraymond/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

190 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My personal Linux desktop configuration files, managed with GNU Stow.

Components overview

  • Compositors: Hyprland (primary) and Niri
  • Desktop Shell & UI: DankMaterialShell, Waybar, Rofi, Quickshell
  • Terminals: Kitty, Ghostty
  • Theming: Dynamic wallpaper-based material theming using Matugen and Wallust, with support for GTK applications
  • Other utilities: Zsh, VS Code, Swaylock

How to replicate

  1. Install dependencies: The required packages are listed in pkglist.txt (Arch official repos) and aurlist.txt (AUR). Install them using pacman and an AUR helper (e.g., yay or paru):

    sudo pacman -S --needed - < pkglist.txt
    yay -S --needed - < aurlist.txt
  2. Clone the repository:

    git clone https://github.com/thalesraymond/dotfiles.git ~/dotfiles
    cd ~/dotfiles
  3. Deploy configurations: Use GNU Stow to create symbolic links in your home directory. To deploy all configurations:

    stow *

    (Note: To stow individual components, specify the folder name, e.g., stow hypr)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors