https://github.com/chlorm/kratos
A user environment configuration framework
https://github.com/chlorm/kratos
elvish elvish-modules
Last synced: 5 months ago
JSON representation
A user environment configuration framework
- Host: GitHub
- URL: https://github.com/chlorm/kratos
- Owner: chlorm
- License: apache-2.0
- Created: 2014-07-26T17:41:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T01:09:55.000Z (8 months ago)
- Last Synced: 2024-09-16T02:34:02.010Z (8 months ago)
- Topics: elvish, elvish-modules
- Language: Elvish
- Homepage:
- Size: 3.21 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - chlorm/kratos - A user environment configuration framework (others)
README
# kratos
###### A user environment configuration framework.
### Prerequisites
- elvish >= 0.16.0
- git >=2### Installation
```elvish
# Add the following to the end of your rc.elv
use epm
epm:install &silent-if-installed=$true github.com/chlorm/kratos
use github.com/chlorm/kratos/kratos-init
```