All my configuration files and environment setup for Windows (Rio/Clink) and Linux (Bash/Arch).
.vscode/:keybinds.jsonfor vscodeahk/: autohotkey scriptsbash/:.bashrc,.bash_profile,.profileand.inputrcfor linuxbiome/: biome configclink/: lua scripts and settings for clinkdiscord/: catppuccin discord theme for vencordfonts/: required/nice fontsgit/: git configuration and better defaultsgo/: go configurations like staticcheckrio/: rio configuration and catppuccin themesstarship/: starship prompt configworkflows/: ci workflows commonly usedbackground.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
Import the theme in Quick-CSS/etc. (Vencord/Vesktop):
@import url("https://coalaura.github.io/env/css/discord.min.css");A list of nice/cool tools and utilities can be found in software.md.