Easy steps to install confd package on Mac
Package Information:
Application Name – confd
What is confd – Not Available for confd
Use of confd – Manage local application configuration files using templates
URL – https://github.com/kelseyhightower/confd
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install confd using brew
brew install confd

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

confd is ready to use now!