Initial ThinkPad Hyprland dotfiles
This commit is contained in:
41
README.md
Normal file
41
README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# 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`.
|
||||
Reference in New Issue
Block a user