{"id":21347380,"url":"https://github.com/aniketpatidar/asdf","last_synced_at":"2026-05-21T04:04:22.732Z","repository":{"id":245986670,"uuid":"819756742","full_name":"aniketpatidar/asdf","owner":"aniketpatidar","description":"Setting Up asdf to Manage Node.js and Ruby on Ubuntu","archived":false,"fork":false,"pushed_at":"2024-06-25T06:33:25.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T16:32:16.788Z","etag":null,"topics":["asdf","asdf-plugin","nodejs","ruby","ubuntu"],"latest_commit_sha":null,"homepage":"https://aniketpatidar.hashnode.dev/setting-up-asdf-to-manage-nodejs-and-ruby-on-ubuntu","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aniketpatidar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-25T06:31:29.000Z","updated_at":"2024-06-30T10:41:14.000Z","dependencies_parsed_at":"2024-06-25T08:19:30.712Z","dependency_job_id":null,"html_url":"https://github.com/aniketpatidar/asdf","commit_stats":null,"previous_names":["aniketpatidar/asdf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketpatidar%2Fasdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketpatidar%2Fasdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketpatidar%2Fasdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniketpatidar%2Fasdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aniketpatidar","download_url":"https://codeload.github.com/aniketpatidar/asdf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243822294,"owners_count":20353500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asdf","asdf-plugin","nodejs","ruby","ubuntu"],"created_at":"2024-11-22T02:13:59.246Z","updated_at":"2026-05-21T04:04:17.681Z","avatar_url":"https://github.com/aniketpatidar.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# asdf\n\n ---\n \n ### Installation Instructions\n \n #### Install prerequisites\n ```sh\n sudo apt install curl git\n ```\n \n #### Clone the asdf repository\n ```sh\n git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0\n ```\n \n #### Update your shell configuration\n Add the following lines to your `~/.bashrc`:\n ```sh\n . \"$HOME/.asdf/asdf.sh\"\n . \"$HOME/.asdf/completions/asdf.bash\"\n ```\n Then, reload your `~/.bashrc`:\n ```sh\n source ~/.bashrc\n ```\n \n ### Install Node.js\n ```sh\n sudo apt-get install dirmngr gpg curl gawk\n asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git\n asdf install nodejs latest\n ```\n \n ### Install Ruby\n ```sh\n asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git\n ```\n \n #### Verify the installation\n Correct output from `type -a ruby` (asdf shim is first in the list):\n ```sh\n ruby is /Users/someone/.asdf/shims/ruby\n ruby is /usr/bin/ruby\n ```\n \n Incorrect output from `type -a ruby`:\n ```sh\n ruby is /usr/bin/ruby\n ```\n \n ---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniketpatidar%2Fasdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faniketpatidar%2Fasdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniketpatidar%2Fasdf/lists"}