Follow simple steps to install cask on Mac
Package Information:
Name: cask
Use: Cask is a project management tool for Emacs Lisp to automate the package development cycle
URL: https://cask.readthedocs.org/
Installation Steps:
- Open up your Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cask using brew
brew install cask
cask is ready to use now!