This repository contains configuration files, deployment scripts, and dotfiles for operating systems, containers, and tools.
| Directory | Description |
|---|---|
arch/ |
Installation and configuration scripts for Arch Linux. |
common/ |
Shared shell configurations, dotfiles, and system setup scripts. |
docker/ |
Docker Compose files for self-hosted services. |
fedora/ |
Setup, debloat, and management scripts for Fedora Linux. |
homeassistant/ |
Automation scripts and dashboard configurations for Home Assistant. |
nixos/ |
NixOS system configuration files and update scripts. |
opencode/ |
Configuration files, agent rules, and aliases for OpenCode. |
plasma/ |
KDE Plasma window management scripts and tiling tools. |
ubuntu/ |
Setup, debloat, and bootloader scripts for Ubuntu Linux. |
windows/ |
PowerShell scripts, Winget configurations, and chezmoi templates for Windows. |
Scripts in this folder handle Arch Linux setup:
- System installation using
pre_chroot.sh,chroot.sh, anduser_setup.sh. - Secure Boot configuration with
install_systemd-secureboot.sh. - Kernel booting setup with
install_efistub.sh. - NVIDIA driver installation and KDE Plasma desktop setup.
Shared environment settings and shell configurations:
- Bootstrapper script
setup.shto install dotfiles across distributions. - Shell configuration files for Zsh (
.zshrc,.zprofile,.p10k.zsh,aliases,functions). - Terminal and tool settings (
wezterm.lua,bottom.toml,.screenrc). - SSH and Git configuration templates.
Docker Compose files to deploy self-hosted applications:
- Home Assistant: Home automation platform.
- Jellyfin: Media server.
- qBittorrent: Torrent client with optional Tailscale integration.
- RustDesk: Self-hosted remote desktop server.
- SABnzbd: Usenet downloader.
- WireGuard: VPN service.
- OpenSpeedTest: Network performance test tool.
- h5ai: File indexer interface.
Scripts for Fedora maintenance:
- Automated system configuration via
setup.sh. - Package removal using
debloat_fedora.sh. - NVIDIA driver setup and Rawhide channel switching.
JSON configurations for smart home automation:
- Custom dashboard layouts for television remotes and lighting controls.
- Automation scripts for lighting based on time and sunset schedules.
System configuration for NixOS builds:
- Machine configuration file
RyzenBox.nix. - Script to switch system channels to unstable.
Configuration files for the OpenCode AI assistant:
- Tool, provider, and CLI settings (
opencode.json,provider.json,cli.json). - Agent instructions in
AGENTS.md. - Command aliases for shell integration.
To link AGENTS.md and opencode.json to your OpenCode configuration directories:
-
For OpenCode v1:
mkdir -p ~/.config/opencode ln -sf ~/scripts/opencode/AGENTS.md ~/.config/opencode/AGENTS.md ln -sf ~/scripts/opencode/opencode.json ~/.config/opencode/opencode.json
-
For OpenCode v2:
mkdir -p ~/.config/opencode2/opencode ln -sf ~/scripts/opencode/AGENTS.md ~/.config/opencode2/opencode/AGENTS.md ln -sf ~/scripts/opencode/opencode.json ~/.config/opencode2/opencode/opencode.json
Window management extensions:
tile-pusher: KWin script for push-style window tiling.- Shortcut binding and installation scripts.
Ubuntu system management scripts:
- Distro setup via
setup.sh. - System package debloating and GRUB removal.
- EFISTUB boot configuration.
Automation scripts for Windows and WSL:
- PowerShell setup scripts (
setup.ps1, PowerShell profiles). - Winget package configurations (
RyzenBox.json,GroundBox.json). - Registry adjustments and hardware acceleration fixes (
Fix-HEVC-AMF.ps1). - chezmoi templates for environment management.
To deploy the common dotfiles and distribution-specific configurations on Linux:
bash ~/scripts/common/setup.shThe script detects your Linux distribution and applies the matching configuration files.
This repository is licensed under the GNU General Public License v3.0 (GPL-3.0).
See the LICENSE file for full license terms.