feat: add install-apps.sh for per-distro app installation
This commit is contained in:
23
README.md
23
README.md
@@ -627,6 +627,26 @@ pip install haishoku
|
||||
|
||||
Quick setup instructions:
|
||||
|
||||
### Option A — Automated install (recommended)
|
||||
|
||||
1. Clone the repo
|
||||
```bash
|
||||
git clone https://github.com/SeraphimeZelel/rion-ricing.git ~/.rion-dotfiles
|
||||
cd ~/.rion-dotfiles
|
||||
```
|
||||
2. Run the combined installer
|
||||
```bash
|
||||
./install.sh
|
||||
```
|
||||
- Installs required applications for GNOME rice
|
||||
- Creates symbolic links for configs into `~/.config`
|
||||
- Links scripts from `.script/` into `~/.local/bin` and makes them executable
|
||||
- Backs up existing configs/scripts into a timestamped folder in your home
|
||||
|
||||
> Note: If you only want to install applications, run `./install-apps.sh`.
|
||||
|
||||
### Option B — Manual steps
|
||||
|
||||
1. **Clone the repo**
|
||||
```bash
|
||||
git clone https://github.com/SeraphimeZelel/rion-ricing.git ~/.rion-dotfiles
|
||||
@@ -668,6 +688,9 @@ Quick setup instructions:
|
||||
chmod +x ~/.local/bin/*
|
||||
```
|
||||
|
||||
> Don’t forget to install GNOME extensions manually from https://extensions.gnome.org:
|
||||
> Forge, Blur My Shell, Just Perfection, Open Bar, Quick Settings Tweaks.
|
||||
|
||||
## 📝 Notes
|
||||
|
||||
If `wallpaper-picker.sh` fails to set your wallpaper, try renaming the file with the prefix `Anything_`.
|
||||
|
||||
Reference in New Issue
Block a user