Personal configuration files for my Arch Linux setup with Qtile, managed with GNU Stow.
- Window Manager: Qtile (tiling, Python-based)
- Theme: Tokyo Night Storm (consistent across all apps)
- Terminal: Alacritty with transparency
- Shell: Bash + Starship prompt + blesh
- Launcher: Rofi
- Notifications: Dunst
- Compositor: Picom (blur, shadows, transparency)
| Package | Description |
|---|---|
bash |
Shell configuration, aliases, environment |
qtile |
Window manager config + autostart |
alacritty |
Terminal emulator |
picom |
Compositor (effects) |
dunst |
Notification daemon |
rofi |
Application launcher |
starship |
Cross-shell prompt |
blesh |
Bash Line Editor |
git |
Git configuration |
x11 |
Xinitrc and X settings |
# Clone repository
git clone https://github.com/Sampirer/dotfiles ~/repos/dotfiles
cd ~/repos/dotfiles
# Install all configs
stow -t ~ bash qtile alacritty picom dunst rofi starship blesh git x11
# Or install individually
stow -t ~ <package-name>New to tiling window managers? Check out the Documentation (available in English and German).
- arch-install – Automated installation script
- scripts – Utility scripts
Persönliche Konfigurationsdateien für mein Arch Linux Setup mit Qtile, verwaltet mit GNU Stow.
- Window Manager: Qtile (Tiling, Python-basiert)
- Theme: Tokyo Night Storm (einheitlich in allen Apps)
- Terminal: Alacritty mit Transparenz
- Shell: Bash + Starship Prompt + blesh
- Launcher: Rofi
- Benachrichtigungen: Dunst
- Compositor: Picom (Blur, Schatten, Transparenz)
| Paket | Beschreibung |
|---|---|
bash |
Shell-Konfiguration, Aliases, Umgebung |
qtile |
Window Manager Config + Autostart |
alacritty |
Terminal Emulator |
picom |
Compositor (Effekte) |
dunst |
Benachrichtigungs-Daemon |
rofi |
Anwendungs-Launcher |
starship |
Cross-Shell Prompt |
blesh |
Bash Line Editor |
git |
Git-Konfiguration |
x11 |
Xinitrc und X-Einstellungen |
# Repository klonen
git clone https://github.com/Sampirer/dotfiles ~/repos/dotfiles
cd ~/repos/dotfiles
# Alle Configs installieren
stow -t ~ bash qtile alacritty picom dunst rofi starship blesh git x11
# Oder einzeln installieren
stow -t ~ <paket-name>Neu bei Tiling Window Managern? Schau dir die Dokumentation an (auf Deutsch und Englisch verfügbar).
- arch-install – Automatisiertes Installations-Script
- scripts – Utility Scripts
| Color | Hex | Preview |
|---|---|---|
| Background | #24283b |
|
| Foreground | #c0caf5 |
|
| Blue | #7aa2f7 |
|
| Cyan | #7dcfff |
|
| Green | #9ece6a |
|
| Red | #f7768e |
|
| Purple | #bb9af7 |
|
| Yellow | #e0af68 |
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
