asdf-vm/asdf

Support system level tool-version config file

Open

#846 opened on Jan 9, 2021

View on GitHub
 (0 comments) (11 reactions) (0 assignees)Go (881 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (23,759 stars)
PR merge metrics
 (Avg merge 3d 13h) (4 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. When using asdf as a system-wide install (like #577), there isn't a simple way to set system tool versions.

Describe the solution you'd like I'd like to be able to use a system level versions file, e.g. /etc/tool-versions. So each user on my machine would have shared defaults. Like how git supports local, global and system level config, with system config being stored in /etc/gitconfig.

Describe workarounds you've considered Currently I can symlink a file to ~/.tool-versions for each existing user.

Contributor guide