mirror of
https://github.com/RVxLab/dotfan.git
synced 2025-12-25 19:50:39 +00:00
Dotfile Manager
| app | ||
| bootstrap | ||
| config | ||
| tests | ||
| .editorconfig | ||
| .envrc | ||
| .gitattributes | ||
| .gitignore | ||
| .php-cs-fixer.php | ||
| box.json | ||
| commitlint.config.js | ||
| composer.json | ||
| composer.lock | ||
| dotfan | ||
| herd.yml | ||
| lefthook.yml | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| phpacker.json | ||
| phpstan.neon | ||
| phpunit.xml.dist | ||
| README.md | ||
| rector.php | ||
Dotfan
Dotfile Manager is a CLI application to manage your dotfiles.
🚧 This application is a work in progress
Installing
🚧 This section is a stub
Building From Source
Building from source requires the following installed:
- PHP 8.4
- Composer
- ext-sodium (pre-installed by default)
Pull in all the dependencies, then run the build script:
composer install
composer build:all
If you wish to run each step separately, run the following:
composer run build:clean
composer run build:phar
composer run build:static
Builds will be available in the ./builds directory.
Contributing
🚧 This section is a stub
License
Dotfan is released under the Apache-2.0 License.