All my configuration files and environment setup for Windows (Rio/Clink) and Linux (Bash/Arch).
bash/:.bashrcfor linuxbiome/: biome configclink/: lua scripts and settings for clinkgit/: git configuration and better defaultsrio/: rio configuration and catppuccin themesstarship/: starship prompt configfonts/: required/nice fontsbackground.png: clean catppuccin wallpaper
Copies configuration files from the repo to their respective system locations (e.g., %LOCALAPPDATA% or ~/.config). It also performs a first-time check for essential dependencies like starship, bun and ripgrep.
- Windows: Run
update.cmd - Linux: Run
./update.sh
Updates installed software (via winget or pacman), upgrades the Bun runtime and executes the upgrader binary for tool maintenance.
- Windows: Run
upgrade.cmd(auto-elevates viasudo) - Linux: Run
sudo ./upgrade.sh
A list of nice/cool tools and utilities can be found in software.md.