This repository contains my personal configuration files for various applications such as neovim, kitty, waybar, hyprpaper, oh-my-posh, and more.
To install all necessary packages listed in pkglist.txt:
yay -S --needed - < pkglist.txtThis command reads each package name from pkglist.txt and installs it using yay, skipping already installed packages.
If this is your first time cloning the repository, or you haven’t fetched the submodules yet, run:
git submodule update --init --recursive
All configurations are inside app-specific directories, each with a .config subdirectory.
To symlink everything at once:
stow */