Very good point. Jetbrains IDEs existed long before Atom and VS Code and they are very powerful. Jetbrains is like a fire truck. it has a lot you can do with but very bulky on the road.
pkgs is a command-line tool that provides a unified interface for package management across different operating systems. It wraps around native package managers like apt, dnf, yum, apk, pacman, and brew, allowing you to use the same commands regardless of the underlying system.
getgo simplifies the process of downloading and setting up Go environments on Linux, macOS, and Windows. It allows you to:
- Download any version of Go (including the latest)
- Extract it to a specified location
- Automatically set up the necessary environment variables (optional)
- Customize your GOPATH location
- Create a .envrc file for use with direnv