devctl
CLI-Toolchain to create a consistent development environment across platforms (Package Manager, Installer, SDK's, PathVars, EnvVars, Secrets, Configs, dotfiles, Terminal Customizations and more
How to download and setup devctl
Open terminal and run command
git clone https://github.com/alex-held/devctl.git
git clone is used to create a copy or clone of devctl repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with devctl https://github.com/alex-held/devctl/archive/master.zip
Or simply clone devctl with SSH
[email protected]:alex-held/devctl.git