https://github.com/rvxlab/dotfan
Dotfile Manager
https://github.com/rvxlab/dotfan
Last synced: 9 months ago
JSON representation
Dotfile Manager
- Host: GitHub
- URL: https://github.com/rvxlab/dotfan
- Owner: RVxLab
- License: apache-2.0
- Created: 2025-10-05T05:00:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-05T07:11:23.000Z (9 months ago)
- Last Synced: 2025-10-05T07:12:32.653Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfan
**Dotf**ile M**an**ager 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](https://www.php.net/manual/en/sodium.installation.php) (pre-installed by default)
Pull in all the dependencies, then run the build script:
```shell
composer install
composer build:all
```
If you wish to run each step separately, run the following:
```shell
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.