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

View File

@@ -6,6 +6,15 @@ Using `stow` ensures that all configuration files are cleanly symlinked into you
## 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/):