Add *env-aliases plugins
This commit is contained in:
parent
16639ae5f4
commit
98d5c02eae
1 changed files with 10 additions and 0 deletions
|
@ -29,11 +29,21 @@
|
|||
repo: https://github.com/jf/rbenv-gemset
|
||||
dest: ~/.anyenv/envs/rbenv/plugins/rbenv-gemset
|
||||
|
||||
- name: anyenv - rbenv-aliases
|
||||
git:
|
||||
repo: https://github.com/tpope/rbenv-aliases
|
||||
dest: ~/.anyenv/envs/rbenv/plugins/rbenv-aliases
|
||||
|
||||
- name: anyenv - nodejs
|
||||
shell: ~/.anyenv/bin/anyenv install nodenv
|
||||
args:
|
||||
creates: ~/.anyenv/envs/nodenv
|
||||
|
||||
- name: anyenv - nodenv-aliases
|
||||
git:
|
||||
repo: https://github.com/nodenv/nodenv-aliases.git
|
||||
dest: ~/.anyenv/envs/nodenv/plugins/nodenv-aliases
|
||||
|
||||
- name: anyenv - erlang
|
||||
shell: ~/.anyenv/bin/anyenv install erlenv
|
||||
args:
|
||||
|
|
Loading…
Add table
Reference in a new issue