mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-13 14:11:01 +00:00
docs: update README for new installer (symlinks, no install.sh)
This commit is contained in:
+8
-7
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user