Add asdf as version manager (#2)

* feat(asdf): add new version manager asdf

* feat(asdf): replace nvm with asdf

* feat(asdf): replace rbenv with asdf

* chore: add aliases for git

* feat(asdf): replace pyenv with asdf

* feat(asdf): add asdf as version manager for rust

* chore: shorten comments

* feat(asdf): add asdf as deno version manager

* feat(asdf): add direnv plugin and setup shell

* chore(asdf): move configuration in folder
This commit is contained in:
Stefan Imhoff
2022-10-27 19:53:56 +02:00
parent b956d4c41a
commit e68374d776
19 changed files with 111 additions and 152 deletions

View File

@@ -2,7 +2,10 @@
source "https://rubygems.org"
gem "neovim"
gem "lunchy"
gem "git-up"
gem "bundler"
gem "erb_lint"
gem "git-up"
gem "github-linguist"
gem "lunchy"
gem "neovim"
gem "tmuxinator"