All my configuration files and environment setup for Windows (Rio/Clink) and Linux (Bash/Arch).
.vscode/:keybinds.jsonfor vscodebash/:.bashrcfor linuxbiome/: biome configclink/: lua scripts and settings for clinkfonts/: required/nice fontsgit/: git configuration and better defaultsrio/: rio configuration and catppuccin themesstarship/: starship prompt configbackground.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
Installs and upgrades installed software, using the upgrader binary.
- Windows: Run
setup.cmd(auto-elevates viasudo) - Linux: Run
sudo ./setup.sh
A list of nice/cool tools and utilities can be found in software.md.