Files
2026-04-28 03:59:07 +02:00

42 lines
1019 B
Markdown

# Thinkpad Hyprland Dotfiles
Personal Hyprland rice for Pascal's ThinkPad setup.
## Included
- Hyprland, Hyprlock, Hyprpaper
- AGS switcher and Homelab Controlcenter
- Waybar, Wofi, SwayNC, Kitty
- GTK 3/4, Qt5ct/Qt6ct, Starship theming
- Rose Night and Forest Neon themes
- Bundled wallpapers used by the themes
- Optional SDDM theme
## Install
```bash
git clone <your-gitlab-url>/Thinkpad-Hyprland-Dotfiles.git
cd Thinkpad-Hyprland-Dotfiles
./install.sh
```
The installer backs up replaced files to:
```text
~/.dotfiles-backup/YYYYMMDD-HHMMSS
```
Useful options:
```bash
./install.sh --skip-packages
./install.sh --with-sddm
./install.sh --no-apply-theme
```
## Notes
This repo targets an Arch/CachyOS-style system. The installer uses `pacman` first and tries `paru` or `yay` for packages that are not available in configured pacman repositories.
The dotfiles were captured from `/home/pascal`; during install, absolute `/home/pascal` paths inside the copied configs are rewritten to the current `$HOME`.