Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Go to file
Brandon Zylstra b685f719dd
Support alternate location for .zshrc
Z shell supports placing your zshrc file in an alternate location, such as inside `.config` (which makes it far more conveninent to store your dot files in a Git repo, or even just sync them across machines with other folder-oriented synchronization tools).  

The current command assumes the default location of putting the rc file directly in the home directory.  But it is easy enough to support all alternate locations as well.  This version defaults to `~` if the variable `ZDOTDIR` is not defined.

I'm only including the case I've tested in this PR, but if you want me to do the same thing for other shells and other cases with Zsh, I'm open to doing that too.
2021-02-19 18:23:00 -05:00
.github Fix .github/workflows/workflow.yml 2020-12-03 07:59:08 +09:00
bin chore: ban echo command (#806) 2020-09-22 08:27:52 +10:00
completions Fix fish completions for info command 2020-08-28 01:10:07 +01:00
docs Support alternate location for .zshrc 2021-02-19 18:23:00 -05:00
lib Fix find global options warning 2021-01-19 11:14:26 -03:00
release docs: fix GitHub typo (#847) 2021-01-13 08:41:33 +11:00
test Add both the short and long versions of the --sort-versions flag to the banned commands 2021-02-10 14:45:02 -05:00
.editorconfig Add .editorconfig file. 2019-11-25 12:08:31 -06:00
.gitattributes chore: add gitattributes file (#783) 2020-09-01 08:06:15 +10:00
.gitignore Add plugin-list-all command 2017-08-25 11:29:23 +09:00
asdf.fish fix shims folder path 2020-08-12 10:12:22 -03:00
asdf.sh fix: remove automatic compinit (#678) 2020-03-20 07:37:25 +11:00
ballad-of-asdf.md fix ballad formatting 2017-06-10 10:06:48 -04:00
CHANGELOG.md Update changelog again for 0.8.0 release 2020-09-07 20:00:42 -04:00
CONTRIBUTING.md fix: broken link in contributing.md (#852) 2021-01-20 00:41:54 +11:00
defaults Add support for config file. 2016-04-24 22:39:24 +09:00
help.txt docs: print docs and github URLs in help cmd 2020-10-23 11:22:53 +11:00
LICENSE Add license file. Thanks to @mosic for reporting 2016-03-16 10:27:58 +05:30
lint.sh Add .bash file extensions to files containing code executed by Bash 2020-03-02 12:48:05 -05:00
README.md docs: fix GitHub typo (#847) 2021-01-13 08:41:33 +11:00
SECURITY.md chore: sec details & update supported version (#825) 2020-11-10 19:39:13 +11:00
Vagrantfile Add a Vagrantfile to test on ubuntu 2015-05-19 11:00:40 +05:30
VERSION Update version to 0.8.0 2020-09-07 20:16:35 -04:00

asdf Main workflow

Manage multiple runtime versions with a single CLI tool, extendable via plugins - docs at asdf-vm.com

asdf is a CLI tool that can manage multiple language runtime versions on a per-project basis. It is like gvm, nvm, rbenv & pyenv (and more) all in one! Simply install your language's plugin!

Why use asdf?

  • single CLI for multiple languages
  • consistent commands to manage all your languages
  • single global config keeping defaults in one place
  • single .tool-versions config file per project
  • support for existing config files .node-version, .nvmrc, .ruby-version for easy migration
  • automatically switches runtime versions as you traverse your directories
  • simple plugin system to add support for your language of choice
  • shell completion available for common shells (Bash, Zsh, Fish)

Documentation

Please head over the documentation site for more information!

Contributing

See CONTRIBUTING.md in the repo or the Contributing section on the docs site.

Community & Questions

  • GitHub Issues GitHub Issues: report a bug or raise a feature request to the asdf core team
  • GitHub Discussions GitHub Discussions: our preferred method for community Q&A and interaction
  • StackOverflow Tag StackOverflow Tag: see existing Q&A for asdf. Some of the core team watch this tag in addition to our helpful community