Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chlorm/kratos
A user environment configuration framework
https://github.com/chlorm/kratos
elvish elvish-modules
Last synced: 3 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T15:13:03.000Z (over 1 year ago)
- Last Synced: 2024-06-21T13:32:56.696Z (5 months ago)
- Topics: elvish, elvish-modules
- Language: Elvish
- Homepage:
- Size: 3.2 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
```