Coursier
Installation
Install Coursier by running the following commands.
curl -fL "$(curl -w "%{url_effective}\n" -I -L -s -S https://git.io/coursier-cli-"$(uname | tr LD ld)" -o /dev/null).gz" | gzip -d > cs
chmod +x cs
./cs install cs
{ echo $PATH | grep -q "$HOME/Library/Application Support/Coursier/bin" ; } || echo 'PATH="$PATH:$HOME/Library/Application Support/Coursier/bin"' >> ~/.zshrc
rm cs
Update Coursier using Coursier itself.
cs update cs