docs: update README for new installer (symlinks, no install.sh)

This commit is contained in:
duma799
2026-04-04 15:09:42 +04:00
parent f1f01b87c6
commit 1f9568f37b
+8 -7
View File
@@ -38,13 +38,13 @@ Personal Hyprland configuration focused on productivity and ergonomics.
## Quick Install ## Quick Install
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/duma799/hyprduma-config/master/install.sh | bash curl -fsSL https://raw.githubusercontent.com/duma799/hyprduma-config/master/install.py | python3
``` ```
Or manually: Or manually:
```bash ```bash
git clone https://github.com/duma799/hyprduma-config.git ~/Downloads/hyprduma-config git clone https://github.com/duma799/hyprduma-config.git ~/hyprduma-config
python3 ~/Downloads/hyprduma-config/install.py python3 ~/hyprduma-config/install.py
``` ```
The interactive installer handles everything: The interactive installer handles everything:
@@ -265,11 +265,12 @@ hyprduma-config/
├── sync-caelestia-wallpaper.sh # Sync swaybg wallpaper to Caelestia ├── sync-caelestia-wallpaper.sh # Sync swaybg wallpaper to Caelestia
├── monitor-handler.py # Restart wallpaper/shell after config reload ├── monitor-handler.py # Restart wallpaper/shell after config reload
├── install.py # Interactive auto-installer ├── install.py # Interactive auto-installer
├── install.sh # Curl one-liner bootstrap script
├── wallpapers/ # Included wallpapers ├── wallpapers/ # Included wallpapers
├── wal/templates/ # Pywal templates for Hyprland & Caelestia ├── config/
├── kitty/kitty.conf # Kitty terminal config with pywal support ├── kitty/kitty.conf # Kitty terminal config with pywal support
├── fastfetch/ # Custom fastfetch config with ASCII art ├── fastfetch/ # Custom fastfetch config with ASCII art
│ ├── nvim/ # Neovim config
│ └── wal/templates/ # Pywal templates for Hyprland & Caelestia
├── KEYBINDS.md # Complete keybindings reference ├── KEYBINDS.md # Complete keybindings reference
└── PYWAL-SETUP.md # Detailed pywal integration guide └── PYWAL-SETUP.md # Detailed pywal integration guide
``` ```