No asdf-vm videos yet. You could help us improve this page by suggesting one.
Based on our record, NixOS should be more popular than asdf-vm. It has been mentiond 273 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I like to use "runtime version managers", like mise (I use and recommend) or asdf to install interpreters and compilers in different versions. I suggest you to do the same to install a proper Ruby version. - Source: dev.to / about 1 month ago
Asdf or compatible .tool-versions file. - Source: dev.to / 3 months ago
In this article, we will use a version manager called asdfโvm, or simply asdf. - Source: dev.to / 6 months ago
This, but here are some things I've learned to do: * Use a .local directory under my home directory instead of ~/bin. That's a great prefix when installing from source or tarball at the user level, keeps the top-level of the home directory from getting cluttered with /share /lib /include /etc /lib etc. etc. * Reach for the package manager first when installing new software, unless there is a good reason not to. It... - Source: Hacker News / 7 months ago
Asdf is a popular version manager that uses a technique called "shimming" to switch between different versions of tools like Python, Node.js, and Ruby. It creates temporary paths to specific versions, modifying the environment to ensure that the correct version of a tool is used in different projects. However, this method can introduce performance overhead due to how these shims work. - Source: dev.to / 9 months ago
I packaged my deployment script with Nix and Nix flakes then added it as a dependency in my devbox.json. When you enter the developer environment you have access to the deploy Bash script which I then wrapped up into app deploy. Previously, I would copy and paste all the Bash scripts I needed from past projects into my current project but this approach was much nicer. - Source: dev.to / 5 days ago
If you are using Nix, you may have heard of Nix-Shell Shebang:. - Source: dev.to / 4 months ago
MdBook is a Rust-based tool to create Web-based books from vanilla Markdown files. Although it is quite minimalistic, you will bump into it quite often in the wild. Most notably, the Rust Book uses it. I see it quite often in the Nix ecosystem, too. - Source: dev.to / 5 months ago
Haskell has been my go-to language for over 7 years. First, I started with Stack, then switched to plain Cabal and finally settled on Nix to provision a development environment for Haskell projects. - Source: dev.to / 5 months ago
Also for systems administration and DevOps, I first used Ansible to streamline the management of our servers. Writing playbooks is OK, but going beyond that to convert them to roles is a good practice from collaboration perspective. This SDK approach worked quite well for me and my team. Now, I am developing NixOS modules for various services we deploy. In both cases, the goal is to compose well-defined and... - Source: dev.to / 5 months ago
Homebrew - The missing package manager for macOS
GNU Guix - Like Nix but GNU.
RVM - Ruby Version Manager. RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
Oh My Zsh - A delightful community-driven framework for managing your zsh configuration.
Flatpak - Flatpak is the new framework for desktop applications on Linux
Starship (Shell Prompt) - Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell.