https://github.com/moritzheiber/mitamae-plugin-resource-alternatives
https://github.com/moritzheiber/mitamae-plugin-resource-alternatives
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/moritzheiber/mitamae-plugin-resource-alternatives
- Owner: moritzheiber
- License: mit
- Created: 2018-06-22T14:59:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T12:24:23.000Z (over 7 years ago)
- Last Synced: 2025-03-20T04:08:12.435Z (over 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MItamae::Plugin::Resource::Alternatives
This plugin is heavily inspired, and in-part, a part of the [original `alternatives` Itamae plugin](https://github.com/nishidayuya/itamae-plugin-resource-alternatives), written by [Yuya Nishida](https://github.com/nishidayuya).
## Usage
```ruby
alternatives 'vim' do
path '/usr/bin/nvim'
link '/usr/bin/vim'
end
```
```ruby
alternatives 'pinentry' do
auto true
link '/usr/bin/pinentry'
end
```