Skip to content

Instantly share code, notes, and snippets.

@M507
M507 / gist:5247f27556e80bb2cc5e5c181e44e6a9
Last active February 3, 2021 05:33
Install packer on Mac
# Install Homebrew on Mac
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install packer
brew install packer
# Set packer's env variables
echo "
export PACKER_PLUGIN_PATH="~/.packer.d/plugins"
export PACKER_CONFIG_DIR="~/.packer.d"
" >> ~/.zshrc