asdf-vm/asdf

Support system level tool-version config file

Open

#846 ouverte le 9 janv. 2021

Voir sur GitHub
 (0 commentaires) (11 réactions) (0 assignés)Go (881 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (23 759 stars)
Métriques de merge PR
 (Merge moyen 3j 13h) (4 PRs mergées en 30 j)

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.

Guide contributeur