This commit is contained in:
2026-03-15 10:53:30 +05:30
parent 8c319fba6d
commit 056dd9baf9
4 changed files with 388 additions and 0 deletions

View File

@@ -6,6 +6,15 @@ Instead of a custom installation script, configurations are organized into logic
## Requirements
A script is provided to help install the core dependencies across macOS and common Linux distributions (Ubuntu/Debian, Arch, Fedora).
To run the installation script:
```bash
./scripts/install_dependencies.sh
```
Alternatively, you can manually install the required tool:
- [GNU Stow](https://www.gnu.org/software/stow/)
To install Stow on macOS, use [Homebrew](https://brew.sh/):