codrut.pro
  • CV
  • Projects
  • Snippets
  • Tags
  • More

Install Cask from source

April 10, 2020 One-minute read
cask • emacs • spacemacs • linux • development

Prerequisites Link to heading

  • Install Emacs

Install Link to heading

Clone and link the repository:

git clone https://github.com/cask/cask.git
rm -rf ~/.cask
ln -s "$PWD"/cask ~/.cask

Add this to your .bash_profile:

export PATH=~/.cask/bin:$PATH

Install lazy loaded packages:

cask --help