Personal dotfiles for my Linux system running Sway (Wayland).
# Clone repository
git clone https://github.com/yourusername/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# Decrypt sensitive files (if you have access)
git-crypt unlock /path/to/key
# Install everything
stow */
# Or install individual modules
stow zsh
stow nvim
stow sway
MIT