https://github.com/hiqsol/dotfiles
My dotfiles
https://github.com/hiqsol/dotfiles
dotfiles home sol
Last synced: about 1 year ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/hiqsol/dotfiles
- Owner: hiqsol
- License: mit
- Created: 2017-01-26T10:51:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T12:23:29.000Z (over 1 year ago)
- Last Synced: 2024-10-25T17:31:14.640Z (over 1 year ago)
- Topics: dotfiles, home, sol
- Language: Shell
- Homepage:
- Size: 5.46 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sol's dotfiles
[](https://packagist.org/packages/hiqsol/dotfiles)
[](https://packagist.org/packages/hiqsol/dotfiles)
[](https://travis-ci.org/hiqsol/dotfiles)
[](https://scrutinizer-ci.com/g/hiqsol/dotfiles/)
[](https://scrutinizer-ci.com/g/hiqsol/dotfiles/)
I use no special tool to setup home, only a package manager.
The whole home is comprised of the root package (holding private data)
and dependencies like this:
- hiqsol/home - private root package
- hiqsol/dotfiles - this package
- [hiqsol/quotes]
I use [composer] package manager to setup dependencies.
Other tools I use:
- [hidev] to create and maintain packages
- [rewatcher] to watch changes in repos
[hidev]: https://github.com/hiqdev/hidev
[rewatcher]: https://github.com/hiqdev/rewatcher
[composer]: https://getcomposer.org/
[hiqsol/quotes]: https://github.com/hiqsol/quotes
## Installation
The preferred way to install this project is through [composer](http://getcomposer.org/download/).
```sh
php composer.phar create-project "hiqsol/dotfiles:*" directory2install
```
## License
This project is released under the terms of the MIT [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/mit).
Copyright © 2014-2018, sol (http://hiqdev.com/)