Skip to content

Commit 4c098cc

Browse files
committed
style(core): format files using prettier (#57)
1 parent aac4e4c commit 4c098cc

File tree

2 files changed

+59
-71
lines changed

2 files changed

+59
-71
lines changed

README.md

+58-70
Original file line numberDiff line numberDiff line change
@@ -3,90 +3,111 @@
33
44
** DO NOT EDIT THIS FILE
55
**
6-
** 1) Make all changes to `README.yaml`
7-
** 2) Run`make readme` to rebuild this file.
6+
** 1) Make all changes to `provision/generator/README.yaml`
7+
** 2) Run`task readme` to rebuild this file.
88
**
99
** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)
1010
**
1111
1212
1313
-->
1414

15-
16-
17-
18-
19-
20-
[![Latest Release](https://img.shields.io/github/release/hadenlabs/zsh-rvm)](https://github.com/hadenlabs/zsh-rvm/releases) [![Lint](https://img.shields.io/github/workflow/status/hadenlabs/zsh-rvm/lint-code)](https://github.com/hadenlabs/zsh-rvm/actions?workflow=lint-code) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow)](https://conventionalcommits.org) [![KeepAChangelog](https://img.shields.io/badge/Keep%20A%20Changelog-1.0.0-%23E05735)](https://keepachangelog.com)
15+
[![Latest Release](https://img.shields.io/github/release/hadenlabs/zsh-rvm)](https://github.com/hadenlabs/zsh-rvm/releases) [![Lint](https://img.shields.io/github/workflow/status/hadenlabs/zsh-rvm/lint-code)](https://github.com/hadenlabs/zsh-rvm/actions?workflow=lint-code) [![CI](https://img.shields.io/github/workflow/status/hadenlabs/zsh-rvm/ci)](https://github.com/hadenlabs/zsh-rvm/actions?workflow=ci) [![Test](https://img.shields.io/github/workflow/status/hadenlabs/zsh-rvm/test)](https://github.com/hadenlabs/zsh-rvm/actions?workflow=test) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow)](https://conventionalcommits.org) [![KeepAChangelog](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.0.0-orange)](https://keepachangelog.com)
2116

2217
# zsh-rvm
2318

24-
zsh-rvm plugin for zsh.
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
35-
19+
zsh-rvm for project
3620

3721
## Requirements
3822

39-
4023
This is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration:
4124

42-
* [zsh-core](https://github.com/hadenlabs/zsh-core)
25+
- [zsh-rvm](https://github.com/hadenlabs/zsh-rvm)
26+
- [gomplate](https://github.com/hairyhenderson/gomplate)
27+
- [python](https://www.python.org)
28+
- [taskfile](https://github.com/go-task/task)
4329

30+
## Installation
4431

32+
<!-- Space: Projects -->
33+
<!-- Parent: ZshRvm -->
34+
<!-- Title: Installation Oh-My-Zsh ZshRvm -->
35+
<!-- Label: ZshRvm -->
36+
<!-- Label: Project -->
37+
<!-- Label: Installation -->
38+
<!-- Label: Oh-My-Zsh -->
39+
<!-- Include: docs/disclaimer.md -->
40+
<!-- Include: ac:toc -->
4541

46-
## Installation
47-
### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) users
42+
### [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) users
4843

49-
If you're using [oh-my-zsh](https://gitub.com/robbyrussell/oh-my-zsh), install this plugin by doing the following:
44+
If you're using [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh), install this plugin by doing the following:
5045

5146
1. Go to your oh-my-zsh custom plugins directory -`cd ~/.oh-my-zsh/custom/plugins`
5247
2. Clone the plugin `bash git clone https://github.com/hadenlabs/zsh-rvm`bash
5348
3. Edit your `.zshrc` and add `plugins=( ... zsh-rvm )` to your list of plugins
5449
4. Open a new terminal and enjoy!
50+
<!-- Space: Projects -->
51+
<!-- Parent: ZshRvm -->
52+
<!-- Title: Installation Antigen ZshRvm -->
53+
<!-- Label: ZshRvm -->
54+
<!-- Label: Project -->
55+
<!-- Label: Installation -->
56+
<!-- Label: Antigen -->
57+
<!-- Include: docs/disclaimer.md -->
58+
<!-- Include: ac:toc -->
59+
5560
### [antigen](https://github.com/zsh-users/antigen) users
5661

5762
If you're using [Antigen](https://github.com/zsh-users/antigen), install this plugin by doing the following:
5863

5964
1. Add `antigen bundle hadenlabs/zsh-rvm` to your `.zshrc` where you're adding your other plugins.
6065
2. Either open a new terminal to force zsh to load the new plugin, or run `antigen bundle hadenlabs/zsh-rvm` in a running zsh session.
6166
3. Enjoy!
67+
<!-- Space: Projects -->
68+
<!-- Parent: ZshRvm -->
69+
<!-- Title: Installation Antibody ZshRvm -->
70+
<!-- Label: ZshRvm -->
71+
<!-- Label: Project -->
72+
<!-- Label: Installation -->
73+
<!-- Include: docs/disclaimer.md -->
74+
<!-- Include: ac:toc -->
75+
6276
### [antibody](https://github.com/getantibody/antibody) users
6377

6478
If you're using [Antibody](https://github.com/getantibody/antibody), install this plugin by doing the following:
6579

66-
1. Add :
80+
1. Add :
6781

6882
```{.sourceCode .bash}
69-
antibody bundle hadenlabs/zsh-rvm
83+
antibody bundle hadenlabs/zsh-rvm
7084
```
7185

7286
to your `.zshrc` where you're adding your other plugins.
7387

7488
2. Either open a new terminal to force zsh to load the new plugin, or run `antibody bundle hadenlabs/zsh-rvm` in a running zsh session.
7589
3. Enjoy!
7690

77-
78-
79-
8091
## Usage
8192

93+
# How to use this project
8294

95+
```bash
96+
task setup
97+
```
8398

99+
## Examples
84100

101+
<!-- Space: Projects -->
102+
<!-- Parent: ZshRvm -->
103+
<!-- Title: Examples ZshRvm -->
104+
<!-- Label: Examples -->
105+
<!-- Include: ./../disclaimer.md -->
106+
<!-- Include: ac:toc -->
85107

108+
### Common
86109

87-
88-
89-
## Functions
110+
## Functions
90111

91112
zsh rvm includes a small utility `rvm` to fetch and install new packages.
92113

@@ -114,11 +135,6 @@ Install versions of config for rvm.
114135

115136
Install a version global of rvm.
116137

117-
118-
119-
120-
121-
122138
## Help
123139

124140
**Got a question?**
@@ -127,21 +143,7 @@ File a GitHub [issue](https://github.com/hadenlabs/zsh-rvm/issues).
127143

128144
## Contributing
129145

130-
### Bug Reports & Feature Requests
131-
132-
Please use the [issue tracker](https://github.com/hadenlabs/zsh-rvm/issues) to report any bugs or file feature requests.
133-
134-
### Development
135-
136-
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
137-
138-
1. **Fork** the repo on GitHub
139-
2. **Clone** the project to your own machine
140-
3. **Commit** changes to your own branch
141-
4. **Push** your work back up to your fork
142-
5. Submit a **Pull Request** so that we can review your changes
143-
144-
**NOTE:** Be sure to rebase the latest changes from "upstream" before making a pull request!
146+
See [Contributing](./docs/contributing.md).
145147

146148
## Module Versioning
147149

@@ -155,35 +157,21 @@ Using the given version number of `MAJOR.MINOR.PATCH`, we apply the following co
155157

156158
### Backwards compatibility in `0.0.z` and `0.y.z` version
157159

158-
- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is
159-
increased. (Initial development)
160-
- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is
161-
increased. (Pre-release)
162-
163-
164-
160+
- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased. (Initial development)
161+
- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased. (Pre-release)
165162

166163
## Copyright
167164

168-
Copyright © 2018-2021 [Hadenlabs](https://hadenlabs.com)
169-
170-
165+
Copyright © 2018-2024 [Hadenlabs](https://hadenlabs.com)
171166

172167
## Trademarks
173168

174169
All other trademarks referenced herein are the property of their respective owners.
175170

176-
177-
178-
179-
180-
181171
## License
182172

183173
The code and styles are licensed under the LGPL-3.0 license [See project license.](LICENSE).
184174

185-
186-
187175
## Don't forget to 🌟 Star 🌟 the repo if you like zsh-rvm
188176

189177
[Your feedback is appreciated](https://github.com/hadenlabs/zsh-rvm/issues)

provision/generators/README.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ email:
1414
#logo: docs/logo.png
1515

1616
# License of this project
17-
license: 'LGPL-3.0'
17+
license: "LGPL-3.0"
1818

1919
# Canonical GitHub repo
2020
github_repo: hadenlabs/zsh-rvm

0 commit comments

Comments
 (0)