This repository contains my personal dotfiles managed with GNU Stow. These dotfiles are configured for my workflow across different environments.
Clone the repository and use stow
to symlink the configurations:
# Clone the repository
git clone https://github.com/ad-archer/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# Symlink specific configurations
stow . for everything
Each directory corresponds to a specific application, and stow
is used to manage the symlinks:
.dotfiles/
├── zsh/
│ ├── .zshrc
├── hyprland/
│ ├── .config/hypr/
├── nvim/
│ ├── .config/nvim/
- Ensure
stow
is installed (sudo pacman -S stow
on Arch Linux). - Run
stow -D <package>
to remove symlinks. - Modify configurations as needed before stowing.
- Reference: YouTube Guide on Stow
MIT License