nitrocode/dotfiles

[osx] curl

nitrocode opened this issue · 0 comments

Curl is installed by default on osx but it's not the latest.

brew install curl
brew link curl --force

Add to .zshrc

export PATH="/usr/local/opt/curl/bin:$PATH"