A collection of useful shell scripts for Arch Linux, managed with GNU Stow.
| Script | Description |
|---|---|
dotfiles-sync |
Sync system configs with dotfiles repository |
system-check |
System diagnostics, updates, and repo status |
rofi-wifi |
WiFi network manager with Rofi interface |
update-readme |
Auto-generate README files for repositories |
# Clone repository
git clone https://github.com/Sampirer/scripts ~/repos/scripts
cd ~/repos/scripts
# Make scripts available in PATH
stow -t ~ .After installation, scripts are available in ~/.local/bin/:
# Sync dotfiles
dotfiles-sync scan # Show missing configs
dotfiles-sync status # Repository overview
# System check
system-check # Run diagnostics
# WiFi manager
rofi-wifi # Open WiFi menu
# Update READMEs
update-readme # Generate for all repos- dotfiles – Configuration files
- arch-install – Installation script
Eine Sammlung nützlicher Shell-Scripts für Arch Linux, verwaltet mit GNU Stow.
| Script | Beschreibung |
|---|---|
dotfiles-sync |
System-Configs mit Dotfiles-Repository synchronisieren |
system-check |
System-Diagnose, Updates und Repo-Status |
rofi-wifi |
WLAN-Netzwerk-Manager mit Rofi-Interface |
update-readme |
README-Dateien automatisch generieren |
# Repository klonen
git clone https://github.com/Sampirer/scripts ~/repos/scripts
cd ~/repos/scripts
# Scripts im PATH verfügbar machen
stow -t ~ .Nach der Installation sind die Scripts in ~/.local/bin/ verfügbar:
# Dotfiles synchronisieren
dotfiles-sync scan # Fehlende Configs anzeigen
dotfiles-sync status # Repository-Übersicht
# System-Check
system-check # Diagnose ausführen
# WLAN-Manager
rofi-wifi # WLAN-Menü öffnen
# READMEs aktualisieren
update-readme # Für alle Repos generieren- dotfiles – Konfigurationsdateien
- arch-install – Installations-Script
This setup was created with significant assistance from Claude (Anthropic).
Diese Konfiguration wurde mit erheblicher Unterstützung von Claude (Anthropic) erstellt.
Made with ❤️ on Arch Linux